diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-02 21:29:54 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-02 21:29:54 +0000 |
commit | 868e170ee89156b687409701b26fdb7a499a0a3e (patch) | |
tree | aa0489021949b66cb8ac4f970fa9a16fb022d8b0 /ftp/wget-devel/Makefile | |
parent | 5fb70ceb765cb34b27534765c23a4576781d8f9f (diff) | |
download | ports-868e170ee89156b687409701b26fdb7a499a0a3e.tar.gz ports-868e170ee89156b687409701b26fdb7a499a0a3e.zip |
Notes
Diffstat (limited to 'ftp/wget-devel/Makefile')
-rw-r--r-- | ftp/wget-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index 6fdf4c758f5f..0822efb15bd2 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= wget PORTVERSION= 1.5.3 -CATEGORIES= ftp www +CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \ ftp://ftp.informatik.hu-berlin.de/gnu/wget/ \ @@ -21,7 +21,7 @@ MAINTAINER= obrien@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \ +CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include \ LDFLAGS=-L${PREFIX}/lib pre-build: |