diff options
author | ak <ak@FreeBSD.org> | 2012-10-31 15:58:36 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-10-31 15:58:36 +0800 |
commit | cbf40f451411a6e345b4f083eb6836a03d977801 (patch) | |
tree | db8d9ad63c53a1ce2ecf3f1783f2ed6d429af126 /mail/enma/Makefile | |
parent | 325396e2480a00041a743884cd8775ee250c9b2c (diff) | |
download | freebsd-ports-gnome-cbf40f451411a6e345b4f083eb6836a03d977801.tar.gz freebsd-ports-gnome-cbf40f451411a6e345b4f083eb6836a03d977801.tar.zst freebsd-ports-gnome-cbf40f451411a6e345b4f083eb6836a03d977801.zip |
- Update ldns to 1.6.15 [1]
- Add an entry to UPDATING about binary incompatibility in previous version of ldns
- Fix OptionsNG
- Bump PORTREVISION for all ports dependent on dns/ldns
- Remove ABI version numbers from LIB_DEPENDS while I'm here
PR: ports/173080 [1]
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1]
Approved by: portmgr (erwin)
Feature safe: yes
Diffstat (limited to 'mail/enma/Makefile')
-rw-r--r-- | mail/enma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/enma/Makefile b/mail/enma/Makefile index 37ea71ef5b3f..d4ddfd10c63f 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -7,6 +7,7 @@ PORTNAME= enma PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/ENMA/${PORTVERSION} @@ -53,7 +54,7 @@ CONFIGURE_ARGS+= --with-resolver=libbind \ BUILD_DEPENDS+= ${LOCALBASE}/lib/libbind.a:${PORTSDIR}/dns/libbind .else CONFIGURE_ARGS+= --with-resolver=ldns -LIB_DEPENDS+= ldns.1:${PORTSDIR}/dns/ldns +LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns .endif pre-configure: |