diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-05 01:49:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-05 01:49:44 +0800 |
commit | 0864e0393a9295a9d1f383b0d721cc818abf7fe0 (patch) | |
tree | 078ab14ba48d51d1fe7166cca88737790b549855 /devel | |
parent | 6948dae3c0a54073c0209b196233261f6ff97e50 (diff) | |
download | freebsd-ports-gnome-0864e0393a9295a9d1f383b0d721cc818abf7fe0.tar.gz freebsd-ports-gnome-0864e0393a9295a9d1f383b0d721cc818abf7fe0.tar.zst freebsd-ports-gnome-0864e0393a9295a9d1f383b0d721cc818abf7fe0.zip |
Remove the CONFLICTS as this is now the One True gettext.
Diffstat (limited to 'devel')
-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 48026f106b19..2a48272f1faa 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}" \ |