diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-05 10:27:16 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-05 10:27:16 +0000 |
commit | 2bf34234561452d73dbc68c8fc091b752b07fa60 (patch) | |
tree | 97641d6d0eed0fa9d9fe7d2eb06db275091d1674 /www | |
parent | da41bbfc2b05ef6a5796f90f339139469595b9f8 (diff) | |
download | FreeBSD-ports-2bf34234561452d73dbc68c8fc091b752b07fa60.zip FreeBSD-ports-2bf34234561452d73dbc68c8fc091b752b07fa60.tar.gz |
Depend on Apache. This should fix the build problem on bento although
this port probably isn't specific to apache and would probably work with
other web servers too.
Diffstat (limited to 'www')
-rw-r--r-- | www/ssserver/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/ssserver/Makefile b/www/ssserver/Makefile index 49cb86e..36a8198 100644 --- a/www/ssserver/Makefile +++ b/www/ssserver/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.kryltech.com/download/FreeBSD.x86.3/ MAINTAINER= support@kryltech.com +RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 + ONLY_FOR_ARCHS= i386 NO_BUILD= yes |