diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 17:49:44 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 17:49:44 +0000 |
commit | 0864e0393a9295a9d1f383b0d721cc818abf7fe0 (patch) | |
tree | 078ab14ba48d51d1fe7166cca88737790b549855 /devel/gettext | |
parent | 6948dae3c0a54073c0209b196233261f6ff97e50 (diff) | |
download | FreeBSD-ports-0864e0393a9295a9d1f383b0d721cc818abf7fe0.zip FreeBSD-ports-0864e0393a9295a9d1f383b0d721cc818abf7fe0.tar.gz |
Remove the CONFLICTS as this is now the One True gettext.
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 48026f1..2a48272 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -17,7 +17,6 @@ COMMENT= GNU gettext package LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ expat.4:${PORTSDIR}/textproc/expat2 -CONFLICTS= gettext-0.12.1* gettext-0.11* gettext-0.10* GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= ACLOCAL="${TRUE}" \ |