diff options
author | frueauf <frueauf@pkgsrc.org> | 2001-04-21 12:53:29 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2001-04-21 12:53:29 +0000 |
commit | 249c7fec91ab5020f4d6407666b0a48c5f675fb2 (patch) | |
tree | 2b24efdb7299599b1dd2af9cdd84acbbb1ef96ca /devel | |
parent | b436947ca8e4b600b43a9eefbcf379c7f08c96b6 (diff) | |
download | pkgsrc-249c7fec91ab5020f4d6407666b0a48c5f675fb2.tar.gz |
Add "CONFLICTS=gettext<=0.10.35" since it installs the same files that
gettext-0.10.35 and older versions installed.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gettext-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index 884b4b41dc3..a9020e58116 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/16 13:08:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/21 12:53:29 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -11,6 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html COMMENT= tools for providing messages in different languages, libintl only +CONFLICTS= gettext<=0.10.35 GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |