aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/peercast
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-p2p/peercast
parent26bf29cf65e3a5f43f6c0aade2b4b80e235a12f9 (diff)
downloadports-9d2f8ffbead28a86f0d0b910a75ff317fdc17476.tar.gz
ports-9d2f8ffbead28a86f0d0b910a75ff317fdc17476.zip
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-p2p/peercast')
-rw-r--r--net-p2p/peercast/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/net-p2p/peercast/Makefile b/net-p2p/peercast/Makefile
index fbaca24ccbf2..03d32427194c 100644
--- a/net-p2p/peercast/Makefile
+++ b/net-p2p/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' \