diff options
Diffstat (limited to 'graphics/imlib2/Makefile')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 58a01fd95e6e..1fd0a0298773 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -22,8 +22,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack pkgconfig USE_EFL= libtool_hack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes OPTIONS= JPEG "Enable jpeg image support" on \ |