summaryrefslogtreecommitdiff
path: root/devel/rt-mysql
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-07 22:10:06 +0000
committerjlam <jlam>2006-07-07 22:10:06 +0000
commit1a6e5b45b085c59ca2cb10793cafa735a14e8bba (patch)
tree53e05abdb6ed22c27c9c0fa337b5219655485b44 /devel/rt-mysql
parentda2c9fcf536a0292f05edd6596a897d713d73a57 (diff)
downloadpkgsrc-1a6e5b45b085c59ca2cb10793cafa735a14e8bba.tar.gz
Add an explicit run-time dependency on perl because these packages
install perl scripts. Bump the PKGREVISION for the dependency change.
Diffstat (limited to 'devel/rt-mysql')
-rw-r--r--devel/rt-mysql/Makefile4
-rw-r--r--devel/rt-mysql/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/rt-mysql/Makefile b/devel/rt-mysql/Makefile
index c0793787b25..d15e834e014 100644
--- a/devel/rt-mysql/Makefile
+++ b/devel/rt-mysql/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/06/30 09:56:38 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/07/07 22:10:07 jlam Exp $
-PKGREVISION= 4
+PKGREVISION= 5
RT_DB_TYPE= mysql
.include "../../devel/rt-mysql/Makefile.common"
diff --git a/devel/rt-mysql/Makefile.common b/devel/rt-mysql/Makefile.common
index 4b2df6591e1..227b12b33bf 100644
--- a/devel/rt-mysql/Makefile.common
+++ b/devel/rt-mysql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2006/06/30 09:56:38 joerg Exp $
+# $NetBSD: Makefile.common,v 1.11 2006/07/07 22:10:07 jlam Exp $
DISTNAME= rt-2-0-15
CATEGORIES= devel
@@ -24,7 +24,6 @@ RT_DB_PASS?= changemeplease
RT_WEB_USER?= nobody
RT_WEB_GROUP?= nobody
-
PKGDIR= ${.CURDIR}/../../devel/rt-mysql
DISTINFO_FILE= ${PKGDIR}/distinfo
FILESDIR= ${PKGDIR}/files
@@ -40,6 +39,7 @@ OWN_DIRS+= ${RT_LOG_PATH}
OWN_DIRS+= ${RT_DATA_PATH}
OWN_DIRS+= ${RT_SESSION_PATH}
+USE_TOOLS+= perl:run
REPLACE_PERL+= tools/insertdata \
tools/initdb