diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-08-22 07:31:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-08-22 07:31:38 +0000 |
commit | 28feeb9a0e00c69cd7aaae9c4fc7348a4669e668 (patch) | |
tree | b4d283cdcd58bed2c2f1a023eebbb8d7cc718328 /audio | |
parent | - Unbreak fetching by updating MASTER_SITES (diff) |
Fix build by chasing shlib version.
Approved by: portmgr (self)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/q-audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index b61e295c025e..2aabb6c53aab 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -7,7 +7,7 @@ PORTNAME= audio PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= q-lang @@ -18,7 +18,7 @@ MAINTAINER= ag@muwiinfa.geschichte.uni-mainz.de COMMENT= Q-Audio -- digital audio interface for the Q language LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - q.4:${PORTSDIR}/lang/q + q.6:${PORTSDIR}/lang/q USE_REINPLACE= yes USE_GNOME= gnometarget |