diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
commit | 077a58f032efc81c06a5c627cf14888c6eee37d9 (patch) | |
tree | 14fee1a21bf0a706c4026dfb70c9bd7281351d20 /graphics/libvisual04-plugins | |
parent | a4da4776f1822761dc6ede9613d669b718644578 (diff) | |
download | ports-077a58f032efc81c06a5c627cf14888c6eee37d9.tar.gz ports-077a58f032efc81c06a5c627cf14888c6eee37d9.zip |
Notes
Diffstat (limited to 'graphics/libvisual04-plugins')
-rw-r--r-- | graphics/libvisual04-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libvisual04-plugins/Makefile b/graphics/libvisual04-plugins/Makefile index 8fd21bd6cec4..46bc8325d700 100644 --- a/graphics/libvisual04-plugins/Makefile +++ b/graphics/libvisual04-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= libvisual PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MASTER_SITE_SUBDIR= libvisual @@ -20,7 +21,7 @@ LIB_DEPENDS= visual-${MAJORMINOR}:${PORTSDIR}/graphics/libvisual04 USE_GNOME= pkgconfig USE_GL= yes -USE_XLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa \ --disable-mplayer \ |