summaryrefslogtreecommitdiff
path: root/dns/mydns/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /dns/mydns/Makefile
parent* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff)
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
Diffstat (limited to 'dns/mydns/Makefile')
-rw-r--r--dns/mydns/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index ba2f9a02a526..d367cc9eee53 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -7,17 +7,18 @@
PORTNAME= mydns
PORTVERSION= 0.10.1
+PORTREVISION= 1
CATEGORIES= dns databases
MASTER_SITES= http://mydns.bboy.net/download/
MAINTAINER= ale@FreeBSD.org
COMMENT= DNS server designed to utilize the MySQL database
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc
+USE_GETTEXT= yes
USE_LIBTOOL= yes
USE_BZIP2= yes