diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-12-24 06:03:22 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-12-24 06:03:22 +0000 |
commit | 311e3b182fea2d5d48c73bbc2d21395a446b7d01 (patch) | |
tree | 6d0a0be85421fd0336f4e6fafa7b7551fc62d88c /devel/php5-dav | |
parent | 6ccec1b7814ed644e9a6acadc1aebc706b038ada (diff) |
Notes
Diffstat (limited to 'devel/php5-dav')
-rw-r--r-- | devel/php5-dav/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/php5-dav/Makefile b/devel/php5-dav/Makefile index 36a9c94e0f14..1432d8c53697 100644 --- a/devel/php5-dav/Makefile +++ b/devel/php5-dav/Makefile @@ -3,6 +3,7 @@ PORTNAME= dav PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.pureftpd.org/php-webdav/ PKGNAMEPREFIX= php5- @@ -13,7 +14,7 @@ COMMENT= The PHP WebDAV extension LICENSE= ISCL -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon USE_PHP= yes USE_PHPIZE= yes |