diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-09 17:58:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-09 17:58:23 +0000 |
commit | 1a1a636d2ae289dbebcbb15de251e512f1d7eec4 (patch) | |
tree | 4a8a9ba070bcfafaa960608f3c3b58dde5244553 /www/mod_vhs/Makefile | |
parent | 2606c0102d0a9c6756c199ba7084e70e249aaedc (diff) |
Notes
Diffstat (limited to 'www/mod_vhs/Makefile')
-rw-r--r-- | www/mod_vhs/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index b7c83c1ea1c0..9bd70ef4c945 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_vhs -PORTVERSION= 1.0.30 +PORTVERSION= 1.0.32 CATEGORIES= www MASTER_SITES= http://www.oav.net/projects/mod_vhs/ DIST_SUBDIR= apache2 @@ -24,10 +24,6 @@ WANT_APACHE= 2 AP_FAST_BUILD= YES AP_GENPLIST= YES -.if defined(PACKAGE_BUILDING) -IGNORE= This port cannot be build as package because lang/php4 requires apache2 -.endif - WRKSRC= ${WRKDIR}/${PORTNAME} AP_INC+= ${LOCALBASE}/include/home @@ -48,4 +44,7 @@ post-install: . endfor .endif +# TODO : +# Add suphp support + .include <bsd.port.post.mk> |