diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-17 23:28:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-17 23:28:55 +0800 |
commit | 44e3b8ae5bf3397eb3a19986ea5322fd31ee134a (patch) | |
tree | 5d78b4e723084b56f1c8c6376f5fa0a426563ff7 /www/pear-Services_Blogging | |
parent | ff060d50686d1805e9f6fe59aa054698f1a0658b (diff) | |
download | freebsd-ports-gnome-44e3b8ae5bf3397eb3a19986ea5322fd31ee134a.tar.gz freebsd-ports-gnome-44e3b8ae5bf3397eb3a19986ea5322fd31ee134a.tar.zst freebsd-ports-gnome-44e3b8ae5bf3397eb3a19986ea5322fd31ee134a.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'www/pear-Services_Blogging')
-rw-r--r-- | www/pear-Services_Blogging/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pear-Services_Blogging/Makefile b/www/pear-Services_Blogging/Makefile index 4d6aa95eea39..fd8aefbf5704 100644 --- a/www/pear-Services_Blogging/Makefile +++ b/www/pear-Services_Blogging/Makefile @@ -10,7 +10,7 @@ COMMENT= PHP interface to Blog BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC PEAR_AUTOINSTALL= yes |