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/py-yapsnmp | |
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/py-yapsnmp')
-rw-r--r-- | net-mgmt/py-yapsnmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index 85e7e09e2077..4048804ca2ce 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -17,7 +17,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake USE_PYTHON= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR} |