diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-08-29 00:07:22 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-08-29 00:07:22 +0000 |
commit | 84ec3ef05665b1c05a2f8d0c60e6333bb89b96f5 (patch) | |
tree | a81527724f946bd6351f5fbc4cd947e59c2dde67 /graphics/devil | |
parent | c28a1f9bee8d5b229d037bf72bfe02cb9f5c6916 (diff) |
Notes
Diffstat (limited to 'graphics/devil')
-rw-r--r-- | graphics/devil/Makefile | 1 |
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 |