diff options
Diffstat (limited to 'x11-toolkits/gtkimageview/Makefile')
-rw-r--r-- | x11-toolkits/gtkimageview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gtkimageview/Makefile b/x11-toolkits/gtkimageview/Makefile index e073cab2f952..304c869f5f62 100644 --- a/x11-toolkits/gtkimageview/Makefile +++ b/x11-toolkits/gtkimageview/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtkimageview PORTVERSION= 1.6.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= LOCAL/kwm # http://trac.bjourne.webfactional.com/ @@ -12,16 +12,16 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Simple image viewer widget GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static -USES= pkgconfig +CONFIGURE_ARGS= --disable-static --with-html-dir=${PREFIX}/share/doc +USES= libtool pathfix pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e '/^gtkimageview-marshal.[ch]:/s|$$[(]GLIB_GENMARSHAL[)]||'\ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e '/^CFLAGS/s|-Werror||' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^pkgconfigdir/s|=.*|=${PREFIX}/libdata/pkgconfig|'\ - ${WRKSRC}/Makefile.in .include <bsd.port.mk> |