diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-10-03 07:47:59 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-10-03 07:47:59 +0000 |
commit | c1ba93bee76bb6cb695a35c1909430bc1bf14fbe (patch) | |
tree | f35be087825d1701016f02eaa8eaa22a37e9bb4a /chat/xchat-gnome | |
parent | c4fe61ea29c498787295f4dae902b604d3f5acab (diff) | |
download | pkgsrc-c1ba93bee76bb6cb695a35c1909430bc1bf14fbe.tar.gz |
It's xchat-[0-9]* not xchat-1.[0-9]*
Diffstat (limited to 'chat/xchat-gnome')
-rw-r--r-- | chat/xchat-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat-gnome/Makefile b/chat/xchat-gnome/Makefile index d33d17892a5..983a168eb2c 100644 --- a/chat/xchat-gnome/Makefile +++ b/chat/xchat-gnome/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2003/10/03 07:43:11 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2003/10/03 07:47:59 xtraeme Exp $ .include "../xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-gnome-/} # Don't set "PKGREVISION" here, set it in "../xchat/Makefile.common". -CONFLICTS+= xchat-1.[0-9]* +CONFLICTS+= xchat-[0-9]* COMMENT+= and GNOME libraries CONFIGURE_ARGS+= --enable-panel |