diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 15:01:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 15:01:39 +0000 |
commit | 2b47dc8bc4be67cc30bdc790ee74907a01ed355b (patch) | |
tree | 9f7491d84dab2547cbeefd16a3b3934b947cd2f5 /net-mgmt/gps/Makefile | |
parent | b1f356260ca3b8cdbc5a72e0904c9bf878ed25fb (diff) |
- Convert gmake, bzip2, xz to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355356
Diffstat (limited to 'net-mgmt/gps/Makefile')
-rw-r--r-- | net-mgmt/gps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/gps/Makefile b/net-mgmt/gps/Makefile index 86e180dfadac..ef82fdab58ca 100644 --- a/net-mgmt/gps/Makefile +++ b/net-mgmt/gps/Makefile @@ -14,7 +14,7 @@ COMMENT= Ghost Port Scan BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config |