From ac30873935828b7e47dafb7c436bd323531ab0a3 Mon Sep 17 00:00:00 2001 From: vanilla Date: Tue, 11 Jul 2006 08:18:25 +0000 Subject: Add MODULE_ARCH to PLIST_SUB, and make portlint happy. Submitted by: ssedov at mbsd.msk.ru --- graphics/evas/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphics/evas/Makefile') 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 -.if defined(WITH_GL) +.if defined(WITH_GL) CONFIGURE_ARGS+= --enable-gl-x11 PLIST_SUB+= WITH_GL="" USE_GL= yes -- cgit v1.1