diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-13 05:21:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-13 05:21:50 +0000 |
commit | aa15d1f6c303a27b5f6b09de9d63ec8ea5459de4 (patch) | |
tree | 0827f21db0b8db367542f5207c5361cedb801d65 /graphics/imlib/Makefile | |
parent | 7a03e7b4a319723a33974a7b0c582a2d9921ed8d (diff) |
Notes
Diffstat (limited to 'graphics/imlib/Makefile')
-rw-r--r-- | graphics/imlib/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 93943fe42179..1315e2f7de7e 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -17,19 +17,15 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ gif.5:${PORTSDIR}/graphics/giflib USE_AUTOTOOLS= libtool -USE_BZIP2= yes USE_XORG= sm xext x11 -USE_GMAKE= yes -USE_GNOME= gtk12 gnomehack +USES= gmake tar:bzip2 pathfix +USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 -MAN1= imlib-config.1 imlib_config.1 - -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in @${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure |