diff options
author | tron <tron> | 2002-12-24 09:35:53 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-24 09:35:53 +0000 |
commit | c35d266c3afb6c3f12e73abb35b4f9e1a4a0a712 (patch) | |
tree | e63f2773f2f43aa5b0b6205e36c2c2c80151d7db /chat/xchat-gnome/Makefile | |
parent | 3a0c0e496a24b1accefea6c88a65c54b75c9df07 (diff) | |
download | pkgsrc-c35d266c3afb6c3f12e73abb35b4f9e1a4a0a712.tar.gz |
Add a comment that "PKGREVISION" must be set in "../xchat/Makefile.common".
Diffstat (limited to 'chat/xchat-gnome/Makefile')
-rw-r--r-- | chat/xchat-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat-gnome/Makefile b/chat/xchat-gnome/Makefile index cb89004fbc1..2e5c08e991d 100644 --- a/chat/xchat-gnome/Makefile +++ b/chat/xchat-gnome/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2002/12/24 09:04:24 tron Exp $ +# $NetBSD: Makefile,v 1.7 2002/12/24 09:35:54 tron Exp $ .include "../xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-gnome-/} +# Don't set "PKGREVISION" here, set it in "../xchat/Makefile.common". CONFLICTS+= xchat-[0-9]* COMMENT+= and GNOME libraries |