diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-07-11 08:18:25 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-07-11 08:18:25 +0000 |
commit | ac30873935828b7e47dafb7c436bd323531ab0a3 (patch) | |
tree | 9110476f34b6dd8e604af8a320605e94cb12f4c3 /graphics/evas/Makefile | |
parent | bc868d70e25f75a8e3cbb2277b0790caa45af3f8 (diff) | |
download | FreeBSD-ports-ac30873935828b7e47dafb7c436bd323531ab0a3.zip FreeBSD-ports-ac30873935828b7e47dafb7c436bd323531ab0a3.tar.gz |
Add MODULE_ARCH to PLIST_SUB, and make portlint happy.
Submitted by: ssedov at mbsd.msk.ru
Diffstat (limited to 'graphics/evas/Makefile')
-rw-r--r-- | graphics/evas/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 6cf7237..468d977 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -7,7 +7,7 @@ PORTNAME= evas PORTVERSION= 0.9.9.029 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ @@ -23,14 +23,16 @@ GNU_CONFIGURE= yes USE_FREETYPE2= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig gnometarget -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" OPTIONS= GL "Enable GL support" off +PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH} + .include <bsd.port.pre.mk> -.if defined(WITH_GL) +.if defined(WITH_GL) CONFIGURE_ARGS+= --enable-gl-x11 PLIST_SUB+= WITH_GL="" USE_GL= yes |