diff options
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r-- | graphics/giram/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index b9b7a6bb677f..78f7708163fa 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -17,10 +17,14 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL:${PORTSDIR}/graphics/Mesa3 RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ - CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-gnome post-install: @${MKDIR} ${PREFIX}/share/doc/giram/SampleScenes |