diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-10 21:56:32 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-10 21:56:32 +0800 |
commit | 3caba969858bb07c1523053a141fa71215f8f222 (patch) | |
tree | 2e0a9132b1f02fcd2dca8c95d60acd2b0d0ce300 /audio/beast/Makefile | |
parent | 016a8eb05df9057100aef90e4b75da3f6c749501 (diff) | |
download | freebsd-ports-graphics-3caba969858bb07c1523053a141fa71215f8f222.tar.gz freebsd-ports-graphics-3caba969858bb07c1523053a141fa71215f8f222.tar.zst freebsd-ports-graphics-3caba969858bb07c1523053a141fa71215f8f222.zip |
- Remove USE_XLIB in favor of USE_XORG
Approved by: miwi (mentor)
Diffstat (limited to 'audio/beast/Makefile')
-rw-r--r-- | audio/beast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 2351afbe006..a5f026d2d85 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -7,6 +7,7 @@ PORTNAME= beast PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.7/ \ http://beast.gtk.org/beast-ftp/v0.7/ @@ -18,7 +19,7 @@ LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis \ mad:${PORTSDIR}/audio/libmad \ guile:${PORTSDIR}/lang/guile -USE_XLIB= yes +USE_XORG= x11 USE_GMAKE= yes USE_GNOME= gnomehack intlhack libgnomecanvas USE_BZIP2= yes |