diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-30 12:23:56 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-30 12:23:56 +0800 |
commit | d5097cd83bcabbf3c7a769c3b2dbc147057f4894 (patch) | |
tree | 0f1e0301df151bc8240dcc8769eeb1e9f484aaf0 /editors/gedit-plugins3 | |
parent | ff738afba201040a24503f435563e57fc2b56df1 (diff) | |
download | marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.gz marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.bz2 marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.lz marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.xz marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.zst marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.zip |
Make portlint happy, ran by cports.sh.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16095 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit-plugins3')
-rw-r--r-- | editors/gedit-plugins3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile index 806353b7e..0096cc7f4 100644 --- a/editors/gedit-plugins3/Makefile +++ b/editors/gedit-plugins3/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.10 2011/06/10 22:59:03 mezz Exp $ +# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.11 2011/06/21 09:17:02 kwm Exp $ # PORTNAME= gedit-plugins @@ -29,8 +29,8 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack gnomeprefix intlhack gtk30 gtksourceview3 WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml |