summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-22 12:23:55 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-22 12:23:55 +0000
commit9d2f8ffbead28a86f0d0b910a75ff317fdc17476 (patch)
treec0a12468afc3055c57ff13846291c4eab3104f64 /net
parentDocument phpBB vulnerability that exists on phpBB < 2.0.11 (diff)
Add dependency on linux_base-8
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes: svn path=/head/; revision=124820
Diffstat (limited to 'net')
-rw-r--r--net/peercast/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/net/peercast/Makefile b/net/peercast/Makefile
index fbaca24ccbf2..03d32427194c 100644
--- a/net/peercast/Makefile
+++ b/net/peercast/Makefile
@@ -5,18 +5,20 @@
# $FreeBSD$
#
-PORTNAME= peercast
-PORTVERSION= 0.1211
-CATEGORIES= net multimedia
-MASTER_SITES= http://www.peercast.org/
-DISTNAME= peercast-linux
-EXTRACT_SUFX= .tgz
+PORTNAME= peercast
+PORTVERSION= 0.1211
+CATEGORIES= net multimedia
+MASTER_SITES= http://www.peercast.org/
+DISTNAME= peercast-linux
+EXTRACT_SUFX= .tgz
-MAINTAINER= jylefort@brutele.be
-COMMENT= A peer-to-peer network for broadcasting and listening to streams
+MAINTAINER= jylefort@brutele.be
+COMMENT= A peer-to-peer network for broadcasting and listening to streams
-USE_LINUX= yes
-NO_WRKSUBDIR= yes
+RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base-8
+
+USE_LINUX= yes
+NO_WRKSUBDIR= yes
do-build:
${SED} -e 's|@PREFIX@|${PREFIX}|g; s|@DATADIR@|${DATADIR}|g' \