diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:27 +0800 |
commit | 8d4f8ef7e064e09a728086233ba9552542490a28 (patch) | |
tree | 840243c6af061df328de890e007dbfe823303685 | |
parent | ae3d022c4bda135e4ee5044512368a623afa40f0 (diff) | |
download | freebsd-ports-graphics-8d4f8ef7e064e09a728086233ba9552542490a28.tar.gz freebsd-ports-graphics-8d4f8ef7e064e09a728086233ba9552542490a28.tar.zst freebsd-ports-graphics-8d4f8ef7e064e09a728086233ba9552542490a28.zip |
- Use USES=localbase
-rw-r--r-- | www/httrack/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 6a1e5c7daad..59f50fc1239 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -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= * |