summaryrefslogtreecommitdiffstats
path: root/devel/seed3
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-28 20:15:27 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-28 20:15:27 +0800
commit679f82ba5a2b417c7b9118d4072ce41bf89575aa (patch)
treed4a27818ffefc4937f1c1eabc3983d20e4c228ea /devel/seed3
parent4156fd2f164a24cc4bc1785d8518a46ec76b0fb2 (diff)
downloadmarcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.gz
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.bz2
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.lz
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.xz
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.zst
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.zip
More syncs with ports, updating for new USES, bit of reshuffling to reduce
diffs with ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18401 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/seed3')
-rw-r--r--devel/seed3/Makefile10
1 files changed, 2 insertions, 8 deletions
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