diff options
-rw-r--r-- | databases/pear-DBA_Relational/Makefile | 2 | ||||
-rw-r--r-- | security/pear-LiveUser/Makefile | 2 | ||||
-rw-r--r-- | sysutils/rsyslog3/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/databases/pear-DBA_Relational/Makefile b/databases/pear-DBA_Relational/Makefile index efe0b5e16c22..531e3ab8a6ad 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 90e7cbf882e2..e1a760197ecf 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 15b83a3681cc..552baaeed09e 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 |