diff options
author | antoine <antoine@FreeBSD.org> | 2015-10-28 01:45:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-10-28 01:45:02 +0800 |
commit | cd5e71f13a860c073455510aa46c75589dbe3d53 (patch) | |
tree | a411e3a6c26f77a8f295968cbc9211858236ded7 | |
parent | 6d620548659e8c76315e57c9b677cbab19eee060 (diff) | |
download | freebsd-ports-graphics-cd5e71f13a860c073455510aa46c75589dbe3d53.tar.gz freebsd-ports-graphics-cd5e71f13a860c073455510aa46c75589dbe3d53.tar.zst freebsd-ports-graphics-cd5e71f13a860c073455510aa46c75589dbe3d53.zip |
Revert r399375 and unbreak on FreeBSD 9
-rw-r--r-- | www/httrack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index df6cddbc1e8..6a1e5c7daad 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -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 |