diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgsf/Makefile | 1 | ||||
-rw-r--r-- | devel/seed3/Makefile | 10 |
2 files changed, 2 insertions, 9 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index ce63c4605..12a562e87 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -16,7 +16,6 @@ BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection USE_XZ= yes USE_GMAKE= yes USES= gettext pathfix pkgconfig -USE_GETTEXT= yes USE_LDCONFIG= yes USE_GNOME= gnomeprefix glib20 libxml2 ltverhack intlhack USE_AUTOTOOLS= libtool diff --git a/devel/seed3/Makefile b/devel/seed3/Makefile index 3e8037921..ed930b154 100644 --- a/devel/seed3/Makefile +++ b/devel/seed3/Makefile @@ -31,8 +31,8 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_SQLITE= yes USE_GMAKE= yes -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=3.0 DATADIR= share/seed-gtk3 @@ -46,12 +46,6 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ ${WRKSRC}/libseed/Makefile.in @${REINPLACE_CMD} -e 's|reference||g' ${WRKSRC}/doc/Makefile.in -# @${FIND} ${WRKSRC}/examples -name Makefile.in -type f | ${XARGS} ${REINPLACE_CMD} -e \ -# 's|$$(datadir)/doc/seed/examples|${EXAMPLESDIR}|g' -#.if defined(NOPORTEXAMPLES) -# @${REINPLACE_CMD} -e 's|examples||g' \ -# ${WRKSRC}/Makefile.in -#.endif .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's| install-seeddocDATA||g ; s|doc$$||g' \ ${WRKSRC}/Makefile.in |