diff options
author | tron <tron@pkgsrc.org> | 2002-12-24 09:35:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-24 09:35:53 +0000 |
commit | 4092ac61eb8947835ce060763b8fa412378faf48 (patch) | |
tree | e63f2773f2f43aa5b0b6205e36c2c2c80151d7db | |
parent | 715752bb11958652a9dc26afbc0756fb366a9a92 (diff) | |
download | pkgsrc-4092ac61eb8947835ce060763b8fa412378faf48.tar.gz |
Add a comment that "PKGREVISION" must be set in "../xchat/Makefile.common".
-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 |