diff options
author | tron <tron@pkgsrc.org> | 2002-11-29 09:01:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-29 09:01:19 +0000 |
commit | 37ce3beda2e1eeb1c3e97ac6f1697b85d55a168c (patch) | |
tree | 160d9bf2317074ce5cf391f5f9f8e880a8a7a39e /chat | |
parent | aee724094ef34a899ac70c41cff1e6ffdfc6b323 (diff) | |
download | pkgsrc-37ce3beda2e1eeb1c3e97ac6f1697b85d55a168c.tar.gz |
Don't set "PKGREVISION" here, it is set in "../xchat/Makefile.common".
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat-gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/xchat-gnome/Makefile b/chat/xchat-gnome/Makefile index 2df4c8dd4be..94be12b038b 100644 --- a/chat/xchat-gnome/Makefile +++ b/chat/xchat-gnome/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/09/21 23:53:13 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/11/29 09:01:19 tron Exp $ .include "../xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-gnome-/} -PKGREVISION= 1 CONFLICTS+= xchat-[0-9]* COMMENT+= and GNOME libraries |