diff options
Diffstat (limited to 'graphics/imlib/Makefile')
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 385c9ecc0438..0f91f7f6d8e3 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -28,8 +28,8 @@ USE_GNOME= gtk12 gnomehack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include MAN1= imlib-config.1 imlib_config.1 |