diff options
author | tron <tron> | 2002-12-24 09:35:53 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-24 09:35:53 +0000 |
commit | 109e77e596a34984832b75878054dd14946bad10 (patch) | |
tree | e63f2773f2f43aa5b0b6205e36c2c2c80151d7db /chat | |
parent | aeac202cde91718f5b89b4aa46fefafb51d5ead3 (diff) | |
download | pkgsrc-109e77e596a34984832b75878054dd14946bad10.tar.gz |
Add a comment that "PKGREVISION" must be set in "../xchat/Makefile.common".
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat-gnome/Makefile | 3 | ||||
-rw-r--r-- | chat/xchat/Makefile | 4 |
2 files changed, 5 insertions, 2 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 diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index ef9ece09d0c..47b8c4312ef 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2002/09/21 23:52:55 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2002/12/24 09:35:53 tron Exp $ .include "Makefile.common" +# Don't set "PKGREVISION" here, set it in "Makefile.common". + CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+= --disable-zvt |