diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-16 04:17:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-16 04:17:06 +0800 |
commit | 47b676232497bd90a8da897161bf0c0ac3988189 (patch) | |
tree | 7287ce372d231356ad73216465b78f09d7193769 | |
parent | 9e2c5758a3688e05fd50fd3622eb427df450cd53 (diff) | |
download | freebsd-ports-graphics-47b676232497bd90a8da897161bf0c0ac3988189.tar.gz freebsd-ports-graphics-47b676232497bd90a8da897161bf0c0ac3988189.tar.zst freebsd-ports-graphics-47b676232497bd90a8da897161bf0c0ac3988189.zip |
- Cleanup Makefile
-rw-r--r-- | www/httrack/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 6a1e5c7daad..df6cddbc1e8 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -20,10 +20,8 @@ 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 |