diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 09:57:37 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 09:57:37 +0000 |
commit | 9647ca36cdba95e38253de912be65e456bd59da0 (patch) | |
tree | c63905efc1ce36c64193dc7ce5424f2378bb229e /ftp/wget | |
parent | aa542d7f7f1f7a23e7890611b68bcc80f967603c (diff) | |
download | ports-9647ca36cdba95e38253de912be65e456bd59da0.tar.gz ports-9647ca36cdba95e38253de912be65e456bd59da0.zip |
Notes
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b2934f301eaf..0fddbe5feaa0 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -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 INFOFILES= wget.info |