diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 21:56:32 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 21:56:32 +0800 |
commit | b1eb24c0cb99419e72517f8b3429e5369cf1a39f (patch) | |
tree | 5855d41ba34cb1ebdb048fd2759533470e12bd55 /audio/beast | |
parent | 914e9482c125f919041ce5a18e2c5577fca9d0e0 (diff) | |
download | freebsd-ports-gnome-b1eb24c0cb99419e72517f8b3429e5369cf1a39f.tar.gz freebsd-ports-gnome-b1eb24c0cb99419e72517f8b3429e5369cf1a39f.tar.zst freebsd-ports-gnome-b1eb24c0cb99419e72517f8b3429e5369cf1a39f.zip |
- Remove USE_XLIB in favor of USE_XORG
Approved by: miwi (mentor)
Diffstat (limited to 'audio/beast')
-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 2351afbe006d..a5f026d2d85b 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 |