diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 23:01:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 23:01:39 +0800 |
commit | ebc7a6da78411b9979231b33f67f288edc7c48af (patch) | |
tree | 9f7491d84dab2547cbeefd16a3b3934b947cd2f5 /net-mgmt/pftabled | |
parent | d6ea772c3e1d5dd7673b907762629d415ac86eec (diff) | |
download | freebsd-ports-gnome-ebc7a6da78411b9979231b33f67f288edc7c48af.tar.gz freebsd-ports-gnome-ebc7a6da78411b9979231b33f67f288edc7c48af.tar.zst freebsd-ports-gnome-ebc7a6da78411b9979231b33f67f288edc7c48af.zip |
- Convert gmake, bzip2, xz to USES
Approved by: portmgr
Diffstat (limited to 'net-mgmt/pftabled')
-rw-r--r-- | net-mgmt/pftabled/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/pftabled/Makefile b/net-mgmt/pftabled/Makefile index 1477b44a8a72..7aa61be5f785 100644 --- a/net-mgmt/pftabled/Makefile +++ b/net-mgmt/pftabled/Makefile @@ -15,7 +15,7 @@ MAN1= pftabled.0 PLIST_FILES= bin/pftabled-client sbin/pftabled GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake OPTIONS_DEFINE= PERLC PYTHONC OPTIONS_DEFAULT= PERLC PYTHONC |