diff options
Diffstat (limited to 'graphics/gtkgraph/Makefile')
-rw-r--r-- | graphics/gtkgraph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gtkgraph/Makefile b/graphics/gtkgraph/Makefile index efcfe18..d70f722b 100644 --- a/graphics/gtkgraph/Makefile +++ b/graphics/gtkgraph/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |