From 264a4da7bd0901eead6a5e2f84e5e33768f923f1 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 31 Oct 1996 17:42:13 +0000 Subject: Uncomment the DEPENDS= line. Sheesh. Reminded by: ache --- www/mod_php3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mod_php3') diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 57d8b9ff514c..a92c153898a7 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.17 1996/08/11 14:49:21 markm Exp $ +# $Id: Makefile,v 1.18 1996/10/26 18:49:52 markm Exp $ # DISTNAME= apache_1.1.1 @@ -25,7 +25,7 @@ MD5_FILE= ${FILESDIR}/md5.SSL PATCHDIR= ${.CURDIR}/patches.SSL PKGDIR= ${.CURDIR}/pkg.SSL CONFIGURE_SCRIPT= configure.SSL -#DEPENDS= ${PORTSDIR}/security/SSLeay +DEPENDS= ${PORTSDIR}/security/SSLeay post-extract: @cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS} -- cgit