diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-04-24 04:57:57 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-04-24 04:57:57 +0000 |
commit | c2bf9829e06bede741322ae0974ed6906a0d6847 (patch) | |
tree | 3003f0b76b26ff1f90eca60ca5705b38589c15cc /audio | |
parent | Upgrade to 1.4.1. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=134037
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 d409caee47a7..4fd6d56a6909 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 d409caee47a7..4fd6d56a6909 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 d409caee47a7..4fd6d56a6909 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 |