diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-05 10:27:16 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-05 10:27:16 +0000 |
commit | 2b6dd8d64651e4def67383c81201cca9e3ecab3d (patch) | |
tree | 12aedfca838a081e6463b96ba96fe25cd3001144 | |
parent | update lang/starlogo to 1.2 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=40877
Diffstat (limited to '')
-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 |