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 /chat/xchat | |
parent | 715752bb11958652a9dc26afbc0756fb366a9a92 (diff) | |
download | pkgsrc-4092ac61eb8947835ce060763b8fa412378faf48.tar.gz |
Add a comment that "PKGREVISION" must be set in "../xchat/Makefile.common".
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |