diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-11-11 22:18:39 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-11-11 22:18:39 +0000 |
commit | 0c527ed72502d492218e461fbb95b1ff07dd9803 (patch) | |
tree | 69e6f56a40ab6e0289d25cd60c87eab49928b218 /audio/baudline | |
parent | a20abf0b6b5a13c35742005643704a733052094b (diff) | |
download | ports-0c527ed72502d492218e461fbb95b1ff07dd9803.tar.gz ports-0c527ed72502d492218e461fbb95b1ff07dd9803.zip |
Notes
Diffstat (limited to 'audio/baudline')
-rw-r--r-- | audio/baudline/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index 152218a4c4bc..d7c1ff600f4a 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -7,7 +7,7 @@ PORTNAME= baudline PORTVERSION= 1.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux # We have permission from author Erik Olsen <erik@sigblips.net> for the # package cluster to automatically fetch baudline @@ -20,7 +20,7 @@ COMMENT= Real-time signal analysis and time-frequency browser RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -USE_XORG= x11 xext xt ice +USE_XLIB= yes USE_LINUX= yes ONLY_FOR_ARCHS= i386 amd64 |