From b44895b5a8d13f6e8c1ee9df6a9bec3a07f82c2f Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 31 May 2011 16:09:46 +0000 Subject: [PATCH] - CONFIGURE_STYLE is set by Makefile.inc, so no need to do it here too - remove extra libs from CONFIGURE_ENV that have been there since 1.1.1.1 but aren't needed anymore --- x11/gnome3/x11/gnome/gedit/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/gnome3/x11/gnome/gedit/Makefile b/x11/gnome3/x11/gnome/gedit/Makefile index cdba67b4c58..35b46fb14ed 100644 --- a/x11/gnome3/x11/gnome/gedit/Makefile +++ b/x11/gnome3/x11/gnome/gedit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2011/05/31 14:46:10 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2011/05/31 16:09:46 jasper Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= lightweight GNOME text editor GNOME_PROJECT= gedit GNOME_VERSION= 3.0.4 +REVISION= 0 CATEGORIES= editors @@ -45,14 +46,13 @@ MODGNOME_HELP_FILES= Yes DESKTOP_FILES= Yes LIBTOOL_FLAGS= --tag=disable-static -CONFIGURE_STYLE= gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --enable-python \ --disable-updater \ --enable-introspection \ --enable-gvfs-metadata CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lm -lstdc++ -lintl -liconv" + LDFLAGS="-L${LOCALBASE}/lib" USE_GROFF = Yes .include