diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-03 01:37:35 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-03 01:37:35 +0000 |
commit | e554f93e65045889d906f29dbbabcea67a747de2 (patch) | |
tree | ee956319fc0588a77d0c697dba6ad05ae82370ac /net | |
parent | 07807adf6d36aea5e44f71ffd426a4b2717205f7 (diff) | |
download | ports-e554f93e65045889d906f29dbbabcea67a747de2.tar.gz ports-e554f93e65045889d906f29dbbabcea67a747de2.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/DarwinStreamingServer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index 9e0fa07cdd9c..0348ea5d9431 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -17,7 +17,7 @@ DISTNAME= DarwinStreamingSrc${PORTVERSION} MAINTAINER= nork@FreeBSD.org COMMENT= Darwin Streaming Server, a MP3, MPEG4 and QuickTime streaming server -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay RESTRICTED= "See http://www.opensource.apple.com/apsl/" NO_CDROM= ${RESTRICTED} |