diff options
author | danilo <danilo@FreeBSD.org> | 2014-02-07 03:17:51 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-02-07 03:17:51 +0800 |
commit | 942cbf6fb8e54bd2039d735cce26d7e0a7732c9c (patch) | |
tree | 2d82bd146a3a407970ee56889a0e8bdbe41e5524 /dns/py-ldns | |
parent | 5b7b52d7128b750b4cba9bd3cab2a6b306e93178 (diff) | |
download | freebsd-ports-gnome-942cbf6fb8e54bd2039d735cce26d7e0a7732c9c.tar.gz freebsd-ports-gnome-942cbf6fb8e54bd2039d735cce26d7e0a7732c9c.tar.zst freebsd-ports-gnome-942cbf6fb8e54bd2039d735cce26d7e0a7732c9c.zip |
dns/ldns
- Convert LIB_DEPENDS to new syntax
dns/py-ldns
- Add stage support [1]
Reported by: mat [1]
Diffstat (limited to 'dns/py-ldns')
-rw-r--r-- | dns/py-ldns/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/py-ldns/Makefile b/dns/py-ldns/Makefile index 8f77890830fb..bf98311a7a2c 100644 --- a/dns/py-ldns/Makefile +++ b/dns/py-ldns/Makefile @@ -7,5 +7,4 @@ BUILD_PYLDNS=yes PLIST= ${.CURDIR}/pkg-plist -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |