diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-27 12:34:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-27 12:34:54 +0000 |
commit | f6cc561454551de745930b03d92b3c241e6723b5 (patch) | |
tree | ca2c5dfbf44fd91f07c132d92aac7f5f20e2da10 /x11-wm/pekwm | |
parent | a624b9b8739b8559a033ffc1ab69a61fc4b0b472 (diff) | |
download | ports-f6cc561454551de745930b03d92b3c241e6723b5.tar.gz ports-f6cc561454551de745930b03d92b3c241e6723b5.zip |
Notes
Diffstat (limited to 'x11-wm/pekwm')
-rw-r--r-- | x11-wm/pekwm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index 998efb214053..bcb3f76d4752 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -22,6 +22,7 @@ USE_XORG= xft xpm x11 USE_GMAKE= yes USE_ICONV= yes USE_BZIP2= yes +USE_PKGCONFIG= build GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \ --enable-xft --enable-image-xpm --enable-image-jpeg \ @@ -34,12 +35,8 @@ MANCOMPRESSED= no # replace calls to obsolete libpng12 functions post-extract: - ${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|; \ + @${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|; \ s|png_check_sig(sig, PImageLoaderPng::PNG_SIG_BYTES) !=|png_sig_cmp(sig, 0, PImageLoaderPng::PNG_SIG_BYTES) ==|' \ ${WRKSRC}/src/PImageLoaderPng.cc -post-patch: - ${REINPLACE_CMD} -e 's|libpng12|libpng14|g' \ - ${WRKSRC}/configure - .include <bsd.port.mk> |