summaryrefslogtreecommitdiff
path: root/graphics/devil
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-08-29 00:07:22 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-08-29 00:07:22 +0000
commit84ec3ef05665b1c05a2f8d0c60e6333bb89b96f5 (patch)
treea81527724f946bd6351f5fbc4cd947e59c2dde67 /graphics/devil
parentAdd patches from git repository to fix the widget plugin. (diff)
- Disable allegro in case it's found (causes problems on some libraries like
"x11-toolkits/gigi", also in that case a dependency is missing). PR: ports/115111 Submitted by: alepulver (myself) Approved by: miwi (maintainer)
Notes
Notes: svn path=/head/; revision=198468
Diffstat (limited to 'graphics/devil')
-rw-r--r--graphics/devil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile
index e7692952563f..ed9ca178f84d 100644
--- a/graphics/devil/Makefile
+++ b/graphics/devil/Makefile
@@ -26,6 +26,7 @@ USE_AUTOTOOLS= libtool:15
USE_GL= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-allegro
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
OPTIONS= SDL "Enable SDL support" off