diff options
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> |