svn commit: r400812 - head/www/httrack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:15:29 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:15:27 2015
New Revision: 400812
URL: https://svnweb.freebsd.org/changeset/ports/400812

Log:
  - Use USES=localbase

Modified:
  head/www/httrack/Makefile

Modified: head/www/httrack/Makefile
==============================================================================
--- head/www/httrack/Makefile	Wed Nov  4 20:15:23 2015	(r400811)
+++ head/www/httrack/Makefile	Wed Nov  4 20:15:27 2015	(r400812)
@@ -20,13 +20,11 @@ OPTIONS_DEFINE=	DOCS ICONS
 OPTIONS_SUB=	yes
 
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} --with-zlib=/usr
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	${PREFIX}/lib/httrack
 USE_OPENSSL=	yes
-USES=		alias execinfo gmake iconv libtool shebangfix
+USES=		alias execinfo gmake iconv libtool localbase shebangfix
 
 PORTDATA=	*
 PORTDOCS=	*


More information about the svn-ports-all mailing list