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/squeezecenter | |
parent | 2b8b1ad0665dc36a26d837a22ff8952e7a2ef14d (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/squeezecenter')
-rw-r--r-- | audio/squeezecenter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |