From e310cbacc61d0b3a639da14e111f36a79f46bbc6 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 28 Dec 2008 15:30:48 +0000 Subject: - Add PORTSCOUT variable. --- databases/pear-DBA_Relational/Makefile | 2 ++ security/pear-LiveUser/Makefile | 2 ++ sysutils/rsyslog3/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/databases/pear-DBA_Relational/Makefile b/databases/pear-DBA_Relational/Makefile index efe0b5e16c2..531e3ab8a6a 100644 --- a/databases/pear-DBA_Relational/Makefile +++ b/databases/pear-DBA_Relational/Makefile @@ -15,6 +15,8 @@ COMMENT= Berkely-style database abstraction class BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} +PORTSCOUT= skipv:0.19 + FILES= Functions.php Relational.php Table.php TempTable.php Toolbox.php TESTS= empSchema.php hatSchema.php test_relational.php test_table.php DOCS= Examples.txt diff --git a/security/pear-LiveUser/Makefile b/security/pear-LiveUser/Makefile index 90e7cbf882e..e1a760197ec 100644 --- a/security/pear-LiveUser/Makefile +++ b/security/pear-LiveUser/Makefile @@ -15,6 +15,8 @@ COMMENT= PEAR user authentication and permission management framework BUILD_DEPENDS= ${PEARDIR}/Event/Dispatcher.php:${PORTSDIR}/devel/pear-Event_Dispatcher RUN_DEPENDS= ${BUILD_DEPENDS} +PORTSCOUT= skipv:0.61 + LATEST_LINK= pear-LiveUser OPTIONS= PEAR_DB "PEAR::DB support" off \ PEAR_MDB "PEAR::MDB support" off \ diff --git a/sysutils/rsyslog3/Makefile b/sysutils/rsyslog3/Makefile index 15b83a3681c..552baaeed09 100644 --- a/sysutils/rsyslog3/Makefile +++ b/sysutils/rsyslog3/Makefile @@ -17,6 +17,8 @@ SUB_FILES= pkg-message MAN8= rsyslogd.8 MAN5= rsyslog.conf.5 +PORTSCOUT= skipv:3.21.9 + CONFIGURE_ARGS+=--enable-klog --disable-static --enable-mail \ --enable-imfile --enable-imtemplate --enable-gnutls .ifdef WITH_DEBUG -- cgit