diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:42:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:42:55 +0000 |
commit | b07db8bb71e246d3ca08ff74b4b818be5b854713 (patch) | |
tree | 57ada0b8c777e8738a37d886012e98d9a0b34b57 /audio/q-audio | |
parent | 3fc1a7fdba3d81bb60e40216a7a611cd60698b26 (diff) | |
download | ports-b07db8bb71e246d3ca08ff74b4b818be5b854713.tar.gz ports-b07db8bb71e246d3ca08ff74b4b818be5b854713.zip |
Notes
Diffstat (limited to 'audio/q-audio')
-rw-r--r-- | audio/q-audio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index 274321186a7b..ac29b0085282 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -20,6 +20,10 @@ COMMENT= Q-Audio -- digital audio interface for the Q language LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ q.4:${PORTSDIR}/lang/q +BROKEN= "Broken distinfo" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-04-17 + USE_REINPLACE= yes USE_GNOME= gnometarget GNU_CONFIGURE= yes |