diff options
-rw-r--r-- | deskutils/gnome-epub-thumbnailer/Makefile | 5 |
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> |