svn commit: r400332 - head/www/httrack

Antoine Brodin antoine at FreeBSD.org
Tue Oct 27 17:45:04 UTC 2015


Author: antoine
Date: Tue Oct 27 17:45:02 2015
New Revision: 400332
URL: https://svnweb.freebsd.org/changeset/ports/400332

Log:
  Revert r399375 and unbreak on FreeBSD 9

Modified:
  head/www/httrack/Makefile

Modified: head/www/httrack/Makefile
==============================================================================
--- head/www/httrack/Makefile	Tue Oct 27 16:59:14 2015	(r400331)
+++ head/www/httrack/Makefile	Tue Oct 27 17:45:02 2015	(r400332)
@@ -20,8 +20,10 @@ 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


More information about the svn-ports-all mailing list