diff options
author | eadler <eadler@FreeBSD.org> | 2013-07-07 01:27:41 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-07-07 01:27:41 +0800 |
commit | 67e5d292ef066c898650750db1b5b2b1abfa9e10 (patch) | |
tree | d2047a81a3f38403bf0492097a8a80d4d1b384eb /dns | |
parent | 33f83ace3690c88d9d0a404fecef289f1c7d4523 (diff) | |
download | freebsd-ports-gnome-67e5d292ef066c898650750db1b5b2b1abfa9e10.tar.gz freebsd-ports-gnome-67e5d292ef066c898650750db1b5b2b1abfa9e10.tar.zst freebsd-ports-gnome-67e5d292ef066c898650750db1b5b2b1abfa9e10.zip |
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/adns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile index 9251726e7456..fb444f6d952c 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -12,9 +12,10 @@ COMMENT= Easy to use asynchronous-capable DNS client library and utilities GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes MAKE_JOBS_SAFE= yes +USES= gmake + LIBVERSION= 1 PLIST_SUB+= LIBVERSION="${LIBVERSION}" |