diff options
author | krion <krion@FreeBSD.org> | 2004-07-11 03:12:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-11 03:12:13 +0800 |
commit | f3ce307342532289604b4b22638f46ff8e627ae4 (patch) | |
tree | d576cd15495aef7c7848b02f339490e5511f894d /dns/mydns | |
parent | 65ca9b28ede2694e2073b2d361ec8ead2ed66319 (diff) | |
download | freebsd-ports-graphics-f3ce307342532289604b4b22638f46ff8e627ae4.tar.gz freebsd-ports-graphics-f3ce307342532289604b4b22638f46ff8e627ae4.tar.zst freebsd-ports-graphics-f3ce307342532289604b4b22638f46ff8e627ae4.zip |
Remove USE_GETTEXT
Diffstat (limited to 'dns/mydns')
-rw-r--r-- | dns/mydns/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index c5b175b4127..8af5630a33f 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -16,7 +16,6 @@ COMMENT= DNS server designed to utilize the MySQL database GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc USE_ICONV= yes -USE_GETTEXT= yes USE_LIBTOOL_VER= 13 USE_BZIP2= yes |