summaryrefslogtreecommitdiff
path: root/devel/prcs
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-24 17:53:22 +0000
committerkristerw <kristerw>2005-06-24 17:53:22 +0000
commit72e8d2f0377ae3cb9f024bb6d9cffaddf8ba690d (patch)
treed1d606384ee67585f6d78801a37a7930ee4a527b /devel/prcs
parentbd06e3934c3afda7d1b7248ebb4df1412c067b05 (diff)
downloadpkgsrc-72e8d2f0377ae3cb9f024bb6d9cffaddf8ba690d.tar.gz
Fix one more reference to build directories missed in the last commit.
While here, change the CONFIGURE_ENV to use the variables users are supposed to set, rather than the autoconf cache variables. Bump PKGREVISION.
Diffstat (limited to 'devel/prcs')
-rw-r--r--devel/prcs/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index b05fcde06bd..8c8e9c89fef 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2005/06/23 17:56:17 kristerw Exp $
+# $NetBSD: Makefile,v 1.35 2005/06/24 17:53:22 kristerw Exp $
DISTNAME= prcs-1.3.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prcs/}
@@ -14,9 +14,10 @@ CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs
INFO_FILES= prcs.info
USE_LANGUAGES= c c++
CONFIGURE_ENV+= EMACS=no
-CONFIGURE_ENV+= ac_cv_path_SYS_TAR_COMMAND_PATH="${TOOLS_TAR}"
-CONFIGURE_ENV+= ac_cv_path_SYS_LS_COMMAND_PATH="${TOOLS_LS}"
-USE_TOOLS+= ls tar
+CONFIGURE_ENV+= SYS_GDIFF_COMMAND_PATH="${TOOLS_DIFF}"
+CONFIGURE_ENV+= SYS_TAR_COMMAND_PATH="${TOOLS_TAR}"
+CONFIGURE_ENV+= SYS_LS_COMMAND_PATH="${TOOLS_LS}"
+USE_TOOLS+= diff ls tar
GCC_REQD= 3.0