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 /security | |
parent | 32832025ae08104c90ca001bcbc13bfd3fd5969b (diff) | |
download | freebsd-ports-gnome-e310cbacc61d0b3a639da14e111f36a79f46bbc6.tar.gz freebsd-ports-gnome-e310cbacc61d0b3a639da14e111f36a79f46bbc6.tar.zst freebsd-ports-gnome-e310cbacc61d0b3a639da14e111f36a79f46bbc6.zip |
- Add PORTSCOUT variable.
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-LiveUser/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |