don't force a dep on apache1 mod_fastcgi, modern webservers have fastcgi

support built-in. ok aja
This commit is contained in:
sthen 2016-04-28 16:03:41 +00:00
parent bb02d36094
commit 9763eb2e6e
2 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.33 2015/11/24 09:11:05 jasper Exp $
# $OpenBSD: Makefile,v 1.34 2016/04/28 16:03:41 sthen Exp $
COMMENT = mailing list manager with web interface
VERSION = 6.1.24
DISTNAME = sympa-${VERSION}
REVISION = 0
REVISION = 1
CATEGORIES = mail www
@ -61,7 +61,6 @@ RUN_DEPENDS = archivers/p5-Archive-Zip \
textproc/p5-Template \
textproc/p5-XML-LibXML \
www/spawn-fcgi \
www/mod_fastcgi \
www/mhonarc \
www/p5-libwww \
www/p5-HTML-Format \

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2015/09/20 07:23:36 landry Exp $
# $OpenBSD: Makefile,v 1.13 2016/04/28 16:03:41 sthen Exp $
COMMENT = remote backup software system
DISTNAME = BackupPC-3.3.1
REVISION = 0
PKGNAME = ${DISTNAME:L}
CATEGORIES = sysutils
@ -26,8 +27,7 @@ RUN_DEPENDS = textproc/p5-XML-RSS \
devel/p5-File-RsyncP \
archivers/p5-Archive-Zip \
www/p5-libwww \
www/spawn-fcgi \
www/mod_fastcgi
www/spawn-fcgi
do-install:
cd ${WRKSRC} && perl ./configure.pl \