diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 14:31:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 14:31:30 +0000 |
commit | fbc062586d44d65699efa4198156cfe3fc6c20d4 (patch) | |
tree | faff27d32fb3b32e1b3118d4329c734a52983d1d /www/notftp | |
parent | ef8c3160f2584bce754d7afefa9e0be26eebdb23 (diff) |
Notes
Diffstat (limited to 'www/notftp')
-rw-r--r-- | www/notftp/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/www/notftp/Makefile b/www/notftp/Makefile index 1187cfd1edd4..aa601ec05374 100644 --- a/www/notftp/Makefile +++ b/www/notftp/Makefile @@ -13,15 +13,7 @@ MASTER_SITES= http://wonko.com/notftp/files/ MAINTAINER= ryan@wonko.com COMMENT= An easy to use Web to FTP gateway written in PHP -.if exists(${LOCALBASE}/include/apache2/os.h) -WITH_APACHE2= yes -.endif - -.if defined(WITH_APACHE2) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 -.else -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 -.endif +USE_PHP= yes PREFIX= ${LOCALBASE} WEBOWN?= www |