diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-05 11:09:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-05 11:09:33 +0000 |
commit | 5a04afb715604cfdc5d87fd077bc307d7e594f1a (patch) | |
tree | d894666cbb8e3db4dedde5f5c0de33e87b926137 /ftp/wget | |
parent | f5ec58140ccbe6823bb895754fd29754e2ef81d4 (diff) | |
download | ports-5a04afb715604cfdc5d87fd077bc307d7e594f1a.tar.gz ports-5a04afb715604cfdc5d87fd077bc307d7e594f1a.zip |
Add USE_GMAKE, otherwise the port builds only after make install.
Notes
Notes:
svn path=/head/; revision=42268
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 99899c872c67..429af8c09d5c 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -24,6 +24,7 @@ MAINTAINER= sf@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include \ LDFLAGS=-L${PREFIX}/lib |