diff options
author | markm <markm@FreeBSD.org> | 1996-11-01 01:42:13 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-11-01 01:42:13 +0800 |
commit | 264a4da7bd0901eead6a5e2f84e5e33768f923f1 (patch) | |
tree | 3d579179d69b85c23c6bd27620d753a959788375 /www/mod_php3 | |
parent | bb57fd063292dbf9d3244a4c2df6b5cea93aaf37 (diff) | |
download | freebsd-ports-gnome-264a4da7bd0901eead6a5e2f84e5e33768f923f1.tar.gz freebsd-ports-gnome-264a4da7bd0901eead6a5e2f84e5e33768f923f1.tar.zst freebsd-ports-gnome-264a4da7bd0901eead6a5e2f84e5e33768f923f1.zip |
Uncomment the DEPENDS= line. Sheesh.
Reminded by: ache
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |