From 186b8ba82fdd761aee89704395c52ac809bc7026 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 4 Feb 2004 04:36:30 +0000 Subject: Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento --- dns/mydns/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dns/mydns') 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 -- cgit v1.2.3