summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-31 03:56:30 +0000
committerjlam <jlam@pkgsrc.org>2006-03-31 03:56:30 +0000
commit002962607bd700c2e1d6de1c558a84cdb03dcd4c (patch)
tree6fe14d9101c5e28eccebf9ffcab1aa8c4495bb12
parent994ff0d11b460821760825ea4d919e56d45bf93e (diff)
downloadpkgsrc-002962607bd700c2e1d6de1c558a84cdb03dcd4c.tar.gz
Correctly depend on the appropriate packages for "ls", "tar", "gzip",
etc. Fix the paths to the tools embedded in the prcs binary. Also set the default PRCS repository to /var/PRCS instead of $HOME/PRCS, where HOME is the default home directory of the user building the package. Bump the PKGREVISION to 3.
-rw-r--r--devel/prcs/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index 1b19f5d660b..274291b436a 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2006/03/04 21:29:26 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2006/03/31 03:56:30 jlam Exp $
DISTNAME= prcs-1.3.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prcs/}
@@ -14,10 +14,12 @@ CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs
INFO_FILES= prcs.info
USE_LANGUAGES= c c++
CONFIGURE_ENV+= EMACS=no
+CONFIGURE_ENV+= PRCS_REPOSITORY=${VARBASE:Q}/PRCS
CONFIGURE_ENV+= SYS_GDIFF_COMMAND_PATH=${TOOLS_DIFF:Q}
+CONFIGURE_ENV+= SYS_GZIP_COMMAND_PATH=${TOOLS_GZIP_CMD:Q}
CONFIGURE_ENV+= SYS_TAR_COMMAND_PATH=${TOOLS_TAR:Q}
CONFIGURE_ENV+= SYS_LS_COMMAND_PATH=${TOOLS_LS:Q}
-USE_TOOLS+= diff ls tar
+USE_TOOLS+= diff:run gzip:run ls:run tar:run
GCC_REQD+= 3.0