diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-05 18:27:16 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-05 18:27:16 +0800 |
commit | 2bf34234561452d73dbc68c8fc091b752b07fa60 (patch) | |
tree | 97641d6d0eed0fa9d9fe7d2eb06db275091d1674 /www/ssserver/Makefile | |
parent | da41bbfc2b05ef6a5796f90f339139469595b9f8 (diff) | |
download | freebsd-ports-gnome-2bf34234561452d73dbc68c8fc091b752b07fa60.tar.gz freebsd-ports-gnome-2bf34234561452d73dbc68c8fc091b752b07fa60.tar.zst freebsd-ports-gnome-2bf34234561452d73dbc68c8fc091b752b07fa60.zip |
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/ssserver/Makefile')
-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 49cb86e59d33..36a819862d12 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 |