diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
commit | a06ee65df0af4a27507365d7991910fcc6881d95 (patch) | |
tree | cad01e52972179ed3ade4df17df7d248b93b620a /audio/squeezeboxserver | |
parent | 5cf144bec9b55e7fde376d809bd4682b33045ca3 (diff) | |
download | ports-a06ee65df0af4a27507365d7991910fcc6881d95.tar.gz ports-a06ee65df0af4a27507365d7991910fcc6881d95.zip |
Notes
Diffstat (limited to 'audio/squeezeboxserver')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index d44c53eb1d8e..c2915c7b1805 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= slimserver DISTVERSION?= 6.2.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.slimdevices.com/downloads/${NIGHTLY}SlimServer_v${DISTVERSION}/ DISTNAME= SlimServer_v${DISTVERSION} @@ -18,7 +19,7 @@ COMMENT= Slim Devices audio streaming server RESTRICTED= Contains non-redistributable firmware, documentation, and images -LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder PKGINSTALL= ${WRKDIR}/pkg-install |