diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-19 10:16:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-19 10:16:47 +0800 |
commit | 3cf87299677eb86a6f4021de8bd0e885ab50f677 (patch) | |
tree | a61338342b2b6dbb9e3cf400061a7fe65617e8bc /graphics/devil | |
parent | fb6a31245d1483b63c08ae98a309d823d60b5f4b (diff) | |
download | freebsd-ports-gnome-3cf87299677eb86a6f4021de8bd0e885ab50f677.tar.gz freebsd-ports-gnome-3cf87299677eb86a6f4021de8bd0e885ab50f677.tar.zst freebsd-ports-gnome-3cf87299677eb86a6f4021de8bd0e885ab50f677.zip |
- Disable nvtt so it doesn't pick up newly added nvidia-texture-tools and fail to build
Diffstat (limited to 'graphics/devil')
-rw-r--r-- | graphics/devil/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index e4a2621902e3..61203746ccfb 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -8,11 +8,12 @@ PORTNAME= devil PORTVERSION= 1.7.8 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/openil DISTNAME= DevIL-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= A full featured cross-platform image library OPTIONS= JPEG "Enable JPEG support" on \ @@ -33,7 +34,8 @@ AUTOMAKE_ARGS= --add-missing --copy --force-missing CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-ILU \ --disable-allegro --disable-directx8 --disable-directx9 \ - --disable-altivec --disable-sse --disable-sse2 --disable-sse3 + --disable-altivec --disable-sse --disable-sse2 --disable-sse3 \ + --without-nvtt USE_LDCONFIG= yes CPPFLAGS= -I${LOCALBASE}/include |