diff options
author | brooks <brooks@FreeBSD.org> | 2005-04-24 04:57:57 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-04-24 04:57:57 +0000 |
commit | 891b55603700eb55066691fc06dc213952e9628c (patch) | |
tree | 666a200e41147e27128429c9c3a4d325435d3163 /audio | |
parent | 616881cd4c450cc4da2521e74fdda8e544813243 (diff) | |
download | FreeBSD-ports-891b55603700eb55066691fc06dc213952e9628c.zip FreeBSD-ports-891b55603700eb55066691fc06dc213952e9628c.tar.gz |
Add a dependency on expat. Don't bump PORTREVISION since it won't
change the output if it built before and packages wouldn't have built
even if RESTRICTED wasn't set.
Reported by: pointyhat (via kris)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/slimserver/Makefile | 1 | ||||
-rw-r--r-- | audio/squeezeboxserver/Makefile | 1 | ||||
-rw-r--r-- | audio/squeezecenter/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/audio/slimserver/Makefile b/audio/slimserver/Makefile index d409cae..4fd6d56 100644 --- a/audio/slimserver/Makefile +++ b/audio/slimserver/Makefile @@ -21,6 +21,7 @@ RESTRICTED= Contains non-redistributable firmware, documentation, and images DISTVERSION?= ${PORTVERSION} +LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder PKGINSTALL= ${WRKDIR}/pkg-install diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index d409cae..4fd6d56 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -21,6 +21,7 @@ RESTRICTED= Contains non-redistributable firmware, documentation, and images DISTVERSION?= ${PORTVERSION} +LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder PKGINSTALL= ${WRKDIR}/pkg-install diff --git a/audio/squeezecenter/Makefile b/audio/squeezecenter/Makefile index d409cae..4fd6d56 100644 --- a/audio/squeezecenter/Makefile +++ b/audio/squeezecenter/Makefile @@ -21,6 +21,7 @@ RESTRICTED= Contains non-redistributable firmware, documentation, and images DISTVERSION?= ${PORTVERSION} +LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder PKGINSTALL= ${WRKDIR}/pkg-install |