diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-28 23:30:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-28 23:30:48 +0800 |
commit | e310cbacc61d0b3a639da14e111f36a79f46bbc6 (patch) | |
tree | 01fc2777f65993f0cfc04a3d9f1dce657df6741d | |
parent | 32832025ae08104c90ca001bcbc13bfd3fd5969b (diff) | |
download | freebsd-ports-graphics-e310cbacc61d0b3a639da14e111f36a79f46bbc6.tar.gz freebsd-ports-graphics-e310cbacc61d0b3a639da14e111f36a79f46bbc6.tar.zst freebsd-ports-graphics-e310cbacc61d0b3a639da14e111f36a79f46bbc6.zip |
- Add PORTSCOUT variable.
-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 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 |