Add dependency to frontpage port.

This commit is contained in:
Martin Blapp 2002-05-23 22:38:29 +00:00
parent 83fb4c4424
commit f650120636
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59828

View File

@ -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>