diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-14 16:40:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-14 16:40:44 +0800 |
commit | 518e6cf48cc7f401a188f28c2934b85617cea359 (patch) | |
tree | bc79e1cd6d826c4144e031f35931bfc6dc49b505 /graphics/gephex | |
parent | 806f3faa00f3646995477ad67b10fe90364365a9 (diff) | |
download | freebsd-ports-gnome-518e6cf48cc7f401a188f28c2934b85617cea359.tar.gz freebsd-ports-gnome-518e6cf48cc7f401a188f28c2934b85617cea359.tar.zst freebsd-ports-gnome-518e6cf48cc7f401a188f28c2934b85617cea359.zip |
- Fix build
PR: 130439
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'graphics/gephex')
-rw-r--r-- | graphics/gephex/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gephex/Makefile b/graphics/gephex/Makefile index 2dfd079cda8d..cc73a68ba7e9 100644 --- a/graphics/gephex/Makefile +++ b/graphics/gephex/Makefile @@ -15,8 +15,6 @@ COMMENT= Software-based interactive video-effect system LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -BROKEN= does not build - OPTIONS= SDL "Turn on SDL support" on \ AALIB "Turn on AALIB support" on \ FFMPEG "Turn on FFMPEG support" on \ @@ -29,7 +27,7 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= corelib gui moc_build uic_build -USE_GNOME= gnometarget +USE_XORG= xv USE_GMAKE= yes USE_AUTOTOOLS= automake:18 autoconf:262 libtool:15 AUTOMAKE_ARGS= --foreign |