diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 17:49:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 17:49:44 +0000 |
commit | 440b82278a586ccd89a828756880d8e6d83fa8f4 (patch) | |
tree | e738a3a1a9c6ea7804e59ffb89079f99c135700f /devel/gettext | |
parent | 3bae61c80df350bb09f5741f263e34b38c3b6404 (diff) | |
download | ports-440b82278a586ccd89a828756880d8e6d83fa8f4.tar.gz ports-440b82278a586ccd89a828756880d8e6d83fa8f4.zip |
Remove the CONFLICTS as this is now the One True gettext.
Notes
Notes:
svn path=/head/; revision=99988
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 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}" \ |