summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-23 15:08:54 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-23 15:08:54 +0800
commit275357d7566485e412483367ca1292a366488e64 (patch)
tree252145f801163d4b6b5225a2ae60d2364091f094
parent5eaf9a97807d8d673adebfe6cf03d2db0476cf2e (diff)
downloadmarcuscom-ports-275357d7566485e412483367ca1292a366488e64.tar
marcuscom-ports-275357d7566485e412483367ca1292a366488e64.tar.gz
marcuscom-ports-275357d7566485e412483367ca1292a366488e64.tar.bz2
marcuscom-ports-275357d7566485e412483367ca1292a366488e64.tar.lz
marcuscom-ports-275357d7566485e412483367ca1292a366488e64.tar.xz
marcuscom-ports-275357d7566485e412483367ca1292a366488e64.tar.zst
marcuscom-ports-275357d7566485e412483367ca1292a366488e64.zip
Fix the build of gnome-epub-thumbnailer
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20014 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--deskutils/gnome-epub-thumbnailer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/gnome-epub-thumbnailer/Makefile b/deskutils/gnome-epub-thumbnailer/Makefile
index aa9880679..fa8bf012b 100644
--- a/deskutils/gnome-epub-thumbnailer/Makefile
+++ b/deskutils/gnome-epub-thumbnailer/Makefile
@@ -14,10 +14,9 @@ COMMENT= Thumbnailer for EPub and MOBI books
BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
-USES= gettext gmake libtool pathfix pkgconfig
+USES= autoreconf:build gettext gmake libtool pathfix pkgconfig
USE_GNOME= gdkpixbuf2 gnomedesktop3 gnomeprefix gtk30 \
intlhack libxml2
-USE_AUTOTOOLS= libtoolize autoconf automake
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
@@ -29,6 +28,6 @@ post-patch:
${WRKSRC}/configure.ac
pre-configure:
- cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
+ cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh
.include <bsd.port.mk>