summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 03:51:16 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 03:51:16 +0800
commite44b26dc74b5fc03ddc032d49160418708d254f0 (patch)
treeae7dfd6b868b76472098f29f9f56578edb860c98 /devel
parenta9dde4ea53c0b7a98aa3442e25ae4b960196f95b (diff)
downloadmarcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.gz
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.bz2
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.lz
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.xz
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.zst
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.zip
Make portlint happy. I am using cports.sh in MC portstools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16064 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/dbus-glib/Makefile4
-rw-r--r--devel/dbus/pkg-plist4
-rw-r--r--devel/dconf/Makefile6
-rw-r--r--devel/devhelp/Makefile8
-rw-r--r--devel/devhelp3/Makefile7
-rw-r--r--devel/gconf2/Makefile8
-rw-r--r--devel/gio-fam-backend/Makefile8
-rw-r--r--devel/glade/Makefile6
-rw-r--r--devel/glade/pkg-plist1
-rw-r--r--devel/glade3/Makefile6
-rw-r--r--devel/glib20/Makefile6
-rw-r--r--devel/gobject-introspection/Makefile8
-rw-r--r--devel/gvfs/Makefile6
-rw-r--r--devel/json-glib/Makefile6
-rw-r--r--devel/libnotify/Makefile6
-rw-r--r--devel/liboobs/Makefile4
-rw-r--r--devel/libsoup/Makefile4
-rw-r--r--devel/py-dbus/Makefile4
-rw-r--r--devel/seed/Makefile6
-rw-r--r--devel/seed3/Makefile6
20 files changed, 54 insertions, 60 deletions
diff --git a/devel/dbus-glib/Makefile b/devel/dbus-glib/Makefile
index bbccb60ce..97cc7e0c7 100644
--- a/devel/dbus-glib/Makefile
+++ b/devel/dbus-glib/Makefile
@@ -24,8 +24,8 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
--disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
PLIST_SUB= VERSION="1.0"
diff --git a/devel/dbus/pkg-plist b/devel/dbus/pkg-plist
index 3bbf8b3c9..566ea8897 100644
--- a/devel/dbus/pkg-plist
+++ b/devel/dbus/pkg-plist
@@ -49,6 +49,6 @@ libexec/dbus-daemon-launch-helper
@dirrm etc/dbus-1
@unexec rm -f /var/run/dbus/dbus.pid
@unexec rm -f /var/run/dbus/dbus.pipe
-@unexec rmdir /var/run/dbus 2>/dev/null || true
+@dirrmtry /var/run/dbus
@unexec rm -f /var/db/dbus/machine-id
-@unexec rmdir /var/db/dbus 2>/dev/null || true
+@dirrmtry /var/db/dbus
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
index de5165d19..9b5883c97 100644
--- a/devel/dconf/Makefile
+++ b/devel/dconf/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/dconf/Makefile,v 1.21 2011/03/23 13:56:00 kwm Exp $
+# $MCom: ports/devel/dconf/Makefile,v 1.22 2011/05/09 17:53:48 kwm Exp $
#
PORTNAME= dconf
@@ -25,8 +25,8 @@ USE_GNOME= gnomehack gtk20 gtk30
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
GLIB_SCHEMAS= ca.desrt.dconf-editor.gschema.xml
post-patch:
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index 7ce2e2cb8..cd60c1ae8 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -3,7 +3,7 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/devhelp/Makefile,v 1.41 2011/04/17 19:18:07 mezz Exp $
+# $MCom: ports/devel/devhelp/Makefile,v 1.42 2011/04/30 20:43:15 mezz Exp $
PORTNAME= devhelp
PORTVERSION= 2.32.0
@@ -31,10 +31,10 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GCONF_SCHEMAS= devhelp.schemas
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
+CPPFLAGS= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
-OPTIONS= GEDIT "Enable GEdit plug-in support" off
+OPTIONS= GEDIT "Enable GEdit plug-in support" off
.include <bsd.port.pre.mk>
diff --git a/devel/devhelp3/Makefile b/devel/devhelp3/Makefile
index 673f1b744..080993567 100644
--- a/devel/devhelp3/Makefile
+++ b/devel/devhelp3/Makefile
@@ -3,7 +3,7 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/devhelp3/Makefile,v 1.7 2011/04/17 19:18:07 mezz Exp $
+# $MCom: ports/devel/devhelp3/Makefile,v 1.8 2011/06/10 22:59:02 mezz Exp $
PORTNAME= devhelp
PORTVERSION= 3.0.0
@@ -24,14 +24,13 @@ USE_XORG= x11
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack intlhack gnomeprefix gtk30 gconf2
-# libwnck3
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GCONF_SCHEMAS= devhelp.schemas
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
+CPPFLAGS= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
#OPTIONS= GEDIT "Enable GEdit plug-in support" off
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index 8f1cb0137..dba0287b7 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -3,7 +3,7 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gconf2/Makefile,v 1.126 2011/04/05 09:19:12 kwm Exp $
+# $MCom: ports/devel/gconf2/Makefile,v 1.127 2011/04/25 12:19:03 kwm Exp $
#
PORTNAME= gconf2
@@ -36,10 +36,8 @@ USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
-# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gconftool-2.1 gsettings-data-convert.1 \
gsettings-schema-convert.1
diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile
index fe77b17bf..01efa39a5 100644
--- a/devel/gio-fam-backend/Makefile
+++ b/devel/gio-fam-backend/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.80 2011/05/21 18:28:13 kwm Exp $
+# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.81 2011/06/06 13:37:23 kwm Exp $
#
PORTNAME= gio-fam-backend
@@ -21,7 +21,7 @@ DISTNAME= glib-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= FAM backend for GLib's GIO library
+COMMENT= FAM backend for GLib\'s GIO library
USE_XZ= yes
BUILD_WRKSRC= ${WRKSRC}/gio/fam
@@ -32,8 +32,8 @@ USE_FAM= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --enable-static --with-libiconv=gnu
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl" \
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
diff --git a/devel/glade/Makefile b/devel/glade/Makefile
index 9c1020f3c..45a1977fb 100644
--- a/devel/glade/Makefile
+++ b/devel/glade/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glade3/Makefile,v 1.44 2010/06/06 22:11:46 kwm Exp $
+# $MCom: ports/devel/glade/Makefile,v 1.1 2011/04/06 12:05:30 kwm Exp $
#
PORTNAME= glade
@@ -16,10 +16,10 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= A user interface builder for GTK+ 3
-CONFLICTS= glade3-3.*
-
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+CONFLICTS= glade3-3.*
+
INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/devel/glade/pkg-plist b/devel/glade/pkg-plist
index 1aa56ddaf..84dc34539 100644
--- a/devel/glade/pkg-plist
+++ b/devel/glade/pkg-plist
@@ -506,4 +506,3 @@ share/omf/glade/glade-sl.omf
share/omf/glade/glade-sv.omf
share/omf/glade/glade-uk.omf
share/omf/glade/glade-zh_CN.omf
-
diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile
index 54aa524c0..4817f4b4a 100644
--- a/devel/glade3/Makefile
+++ b/devel/glade3/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glade3/Makefile,v 1.46 2011/04/06 12:02:56 kwm Exp $
+# $MCom: ports/devel/glade3/Makefile,v 1.47 2011/06/10 22:59:03 mezz Exp $
#
PORTNAME= glade3
@@ -28,8 +28,8 @@ USE_GETTEXT= yes
INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+CPPFLAGS= ${CPPFLAGS} -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
DOCSDIR= ${PREFIX}/share/doc/gladeui
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index cfd02a6eb..58758995b 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -3,7 +3,7 @@
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glib20/Makefile,v 1.207 2011/05/21 18:28:13 kwm Exp $
+# $MCom: ports/devel/glib20/Makefile,v 1.208 2011/06/06 13:37:22 kwm Exp $
#
# !! DON'T FORGET ABOUT devel/gio-fam-backend !!
@@ -47,8 +47,8 @@ CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \
--disable-dtrace \
--with-pcre=system \
--disable-fam
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl" \
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 04e35f1e1..3aa966493 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -3,7 +3,7 @@
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gobject-introspection/Makefile,v 1.37 2011/04/05 16:20:15 kwm Exp $
+# $MCom: ports/devel/gobject-introspection/Makefile,v 1.38 2011/04/21 16:00:10 kwm Exp $
#
PORTNAME= gobject-introspection
@@ -28,9 +28,8 @@ USE_GETTEXT= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-tests
# Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260
@@ -45,4 +44,3 @@ post-patch:
${WRKSRC}/giscanner/sourcescanner.py
.include <bsd.port.post.mk>
-
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile
index 5fb49e129..c36a26f99 100644
--- a/devel/gvfs/Makefile
+++ b/devel/gvfs/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gvfs/Makefile,v 1.74 2011/05/24 19:46:39 kwm Exp $
+# $MCom: ports/devel/gvfs/Makefile,v 1.75 2011/06/04 22:51:27 mezz Exp $
#
PORTNAME= gvfs
@@ -25,8 +25,8 @@ USE_GMAKE= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-obexftp
OPTIONS= FUSE "Enable fuse" off \
AVAHI "Enable AVAHI" on \
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile
index efde69268..6b2ba10c3 100644
--- a/devel/json-glib/Makefile
+++ b/devel/json-glib/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/json-glib/Makefile,v 1.14 2011/01/13 02:19:43 kwm Exp $
+# $MCom: ports/devel/json-glib/Makefile,v 1.15 2011/04/12 09:11:47 kwm Exp $
#
PORTNAME= json-glib
@@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_GNOME= glib20 gnomehack gnomeprefix ltverhack
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index ecc4289fc..f1a55946f 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -3,7 +3,7 @@
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
-# $MCom: ports/devel/libnotify/Makefile,v 1.19 2011/05/10 06:59:31 kwm Exp $
+# $MCom: ports/devel/libnotify/Makefile,v 1.20 2011/06/10 17:04:17 kwm Exp $
#
PORTNAME= libnotify
@@ -26,7 +26,7 @@ USE_GETTEXT= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile
index f90f4555b..fc285387a 100644
--- a/devel/liboobs/Makefile
+++ b/devel/liboobs/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/liboobs/Makefile,v 1.50 2010/09/27 17:46:12 kwm Exp $
+# $MCom: ports/devel/liboobs/Makefile,v 1.52 2011/04/04 09:31:41 kwm Exp $
#
PORTNAME= liboobs
@@ -26,7 +26,7 @@ GNU_CONFIGURE= yes
USE_GNOME= gnomehack glib20
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --with-hal
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+CPPFLAGS= -I${LOCALBASE}/include
.include <bsd.port.pre.mk>
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 83836f082..fab3da934 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libsoup/Makefile,v 1.102 2011/06/06 17:50:29 kwm Exp $
+# $MCom: ports/devel/libsoup/Makefile,v 1.103 2011/06/09 16:27:51 mezz Exp $
#
PORTNAME= libsoup
@@ -70,7 +70,7 @@ post-install:
.else
@${INSTALL_DATA} ${WRKSRC}/libsoup/soup-connection.h \
${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h
-.endif
+.endif
.include <bsd.port.post.mk>
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile
index a2f840878..957ddaa8d 100644
--- a/devel/py-dbus/Makefile
+++ b/devel/py-dbus/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/py-dbus/Makefile,v 1.10 2010/03/14 12:28:57 kwm Exp $
+# $MCom: ports/devel/py-dbus/Makefile,v 1.12 2011/06/03 18:46:17 kwm Exp $
#
PORTNAME= dbus
@@ -23,7 +23,7 @@ USE_GNOME= gnomehack gnometarget
USE_PYTHON= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="-I${PYTHON_INCLUDEDIR}"
+CPPFLAGS= -I${PYTHON_INCLUDEDIR}
CONFIGURE_ARGS= --docdir=${DOCSDIR} \
--disable-api-docs
diff --git a/devel/seed/Makefile b/devel/seed/Makefile
index 589b31e30..8e973a0e4 100644
--- a/devel/seed/Makefile
+++ b/devel/seed/Makefile
@@ -3,7 +3,7 @@
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/seed/Makefile,v 1.29 2011/04/22 03:35:00 mezz Exp $
+# $MCom: ports/devel/seed/Makefile,v 1.30 2011/04/30 20:43:16 mezz Exp $
#
# NOTE: It may be necessary to update ${FILESDIR}/Seed.js on each release.
# To do that, just replace imports.searchPaths with "." and ".." elements.
@@ -36,8 +36,8 @@ USE_GNOME= gnomehack gtk20 intltool libxml2
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=1.0
MAN1= seed.1
diff --git a/devel/seed3/Makefile b/devel/seed3/Makefile
index ad843cbb9..c6fe23ce4 100644
--- a/devel/seed3/Makefile
+++ b/devel/seed3/Makefile
@@ -3,7 +3,7 @@
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/seed3/Makefile,v 1.7 2011/04/30 20:43:16 mezz Exp $
+# $MCom: ports/devel/seed3/Makefile,v 1.8 2011/06/10 22:59:03 mezz Exp $
#
# NOTE: It may be necessary to update ${FILESDIR}/Seed.js on each release.
# To do that, just replace imports.searchPaths with "." and ".." elements.
@@ -36,8 +36,8 @@ USE_GNOME= gnomehack gtk30 intltool libxml2
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=3.0
DATADIR= share/seed-gtk3