diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-08-05 10:57:50 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-08-05 10:57:50 +0800 |
commit | 9e1a6d7935629cdeff86cb024b2b24b3d01f8e58 (patch) | |
tree | 20442aca1780d77ca1b5604aff71cb0a1796f0ef /www | |
parent | 3420866f7e755bd5f35c16d43280ae1168898a4d (diff) | |
download | freebsd-ports-graphics-9e1a6d7935629cdeff86cb024b2b24b3d01f8e58.tar.gz freebsd-ports-graphics-9e1a6d7935629cdeff86cb024b2b24b3d01f8e58.tar.zst freebsd-ports-graphics-9e1a6d7935629cdeff86cb024b2b24b3d01f8e58.zip |
- Add the missing php extension (openssl).
Approved by: rafan (mentor, implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-Services_Delicious/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/pear-Services_Delicious/Makefile b/www/pear-Services_Delicious/Makefile index 3b136673a8f..60fb62bbe63 100644 --- a/www/pear-Services_Delicious/Makefile +++ b/www/pear-Services_Delicious/Makefile @@ -7,6 +7,7 @@ PORTNAME= Services_Delicious PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= www pear MAINTAINER= chinsan@FreeBSD.org @@ -18,6 +19,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ RUN_DEPENDS= ${BUILD_DEPENDS} USE_DOS2UNIX= yes +USE_PHP= openssl CATEGORY= Services FILES= Delicious.php |