diff options
author | mbr <mbr@FreeBSD.org> | 2002-05-24 06:38:29 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-05-24 06:38:29 +0800 |
commit | cf97aeb4be7460879e396781d5adcd3a1b3c42dc (patch) | |
tree | 1ab3cac51a93af31e44d992a1ab127e97e8b3c23 | |
parent | c4dc622f3b9f2dcf4c8eab1f4e8d65124db269ea (diff) | |
download | freebsd-ports-gnome-cf97aeb4be7460879e396781d5adcd3a1b3c42dc.tar.gz freebsd-ports-gnome-cf97aeb4be7460879e396781d5adcd3a1b3c42dc.tar.zst freebsd-ports-gnome-cf97aeb4be7460879e396781d5adcd3a1b3c42dc.zip |
Add dependency to frontpage port.
-rw-r--r-- | www/mod_frontpage/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile index 2d188b29e76e..9d1a4014e3a3 100644 --- a/www/mod_frontpage/Makefile +++ b/www/mod_frontpage/Makefile @@ -17,6 +17,11 @@ AP_PORT?= apache13 BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} +RUN_DEPENDS= ${FPSETPERM}:${PORTSDIR}/www/frontpage + +FP_VER= 5.0 +FP_DIR= ${PREFIX}/frontpage/version${FP_VER} +FPSETPERM= ${FP_DIR}/set_default_perms.sh .include <bsd.port.pre.mk> |