diff options
author | nork <nork@FreeBSD.org> | 2004-02-03 09:37:35 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-02-03 09:37:35 +0800 |
commit | f144494de2448004048f25f01e08950942c48cd9 (patch) | |
tree | fd5281b9e070cdea1a20cb0e8ad56a4135435f29 /net | |
parent | c833124e7842a66f15593e02b3ea40683498ad15 (diff) | |
download | freebsd-ports-gnome-f144494de2448004048f25f01e08950942c48cd9.tar.gz freebsd-ports-gnome-f144494de2448004048f25f01e08950942c48cd9.tar.zst freebsd-ports-gnome-f144494de2448004048f25f01e08950942c48cd9.zip |
Fix dependency on p5-Net-SSLeay by utilize SITE_PERL.
Reported by: Yoshihiro Yanagida <yosh@yanagi.to>
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} |