diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:50:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:50:40 +0800 |
commit | 2e97fe4096e086f33c5edcf38fd415536c6abd16 (patch) | |
tree | 00c970bcb909a3394bb57c821fd8330ca2421162 /security/parano | |
parent | 87b2a13dad521899d4bd45cf12be7d6c0318c115 (diff) | |
download | freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.tar.gz freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.tar.zst freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.zip |
- Convert gmake, bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'security/parano')
-rw-r--r-- | security/parano/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/parano/Makefile b/security/parano/Makefile index 56103bbb8235..05c22d22513f 100644 --- a/security/parano/Makefile +++ b/security/parano/Makefile @@ -12,8 +12,7 @@ COMMENT= A Gnome program to deal with hashfiles USE_GNOME= pygnome2 USE_PYTHON= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |