diff options
author | osa <osa@FreeBSD.org> | 2003-06-10 17:52:32 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-10 17:52:32 +0800 |
commit | e23c28138526978b48db627143ddc26ac73f4e4a (patch) | |
tree | 98714f6195f307449369944cc5c1a089eae43fba /security/ike-scan | |
parent | 1cd9e4a20cacbd10932eb3889628ac16d12143ae (diff) | |
download | freebsd-ports-gnome-e23c28138526978b48db627143ddc26ac73f4e4a.tar.gz freebsd-ports-gnome-e23c28138526978b48db627143ddc26ac73f4e4a.tar.zst freebsd-ports-gnome-e23c28138526978b48db627143ddc26ac73f4e4a.zip |
USE_GETOPT_LONG (introduced in previous commit) is not needed
Approved by: fjoe (implicit)
Diffstat (limited to 'security/ike-scan')
-rw-r--r-- | security/ike-scan/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile index 3a6ea2ec719b..efaa378abd6d 100644 --- a/security/ike-scan/Makefile +++ b/security/ike-scan/Makefile @@ -15,7 +15,6 @@ COMMENT= VPN scanner and identifier HAS_CONFIGURE= yes CONFIGURE_ARGS+= "--datadir=${DATADIR}" -USE_GETOPT_LONG=yes post-install: . if !defined(NOPORTDOCS) |