diff options
author | billf <billf@FreeBSD.org> | 2002-01-04 09:17:46 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2002-01-04 09:17:46 +0800 |
commit | c9527e612eb3f1e49fe0ecc32553557fcbf137e5 (patch) | |
tree | 22e84b2886c2af1b925f23ae42ae5cbf8cc3544a /net | |
parent | 9af5470d677df907393fa8e969fedb1bbddebf4d (diff) | |
download | freebsd-ports-gnome-c9527e612eb3f1e49fe0ecc32553557fcbf137e5.tar.gz freebsd-ports-gnome-c9527e612eb3f1e49fe0ecc32553557fcbf137e5.tar.zst freebsd-ports-gnome-c9527e612eb3f1e49fe0ecc32553557fcbf137e5.zip |
when i changed USE_AUTOCONF to HAS_CONFIGURE 2.5 years ago i should have made
it GNU_CONFIGURE...
PR: ports/32235
Submitted by: Thomas Hurst <freaky@aagh.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 47aff5657346..cb756c215a1a 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}-src.tar.gz MAINTAINER= billf@FreeBSD.org -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes ALL_TARGET= INSTALL_TARGET= install install-man |