diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-17 19:25:37 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-17 19:25:37 +0800 |
commit | 31fbd8a33f167736d7d51e9d760cf0a2623d1c57 (patch) | |
tree | 1b6f3a3867adbc0796356d69156e54bf7ddb6b9e /editors/gedit-plugins | |
parent | b1b6f11f2c002689c99b01d86db8db35dca397cb (diff) | |
download | marcuscom-ports-31fbd8a33f167736d7d51e9d760cf0a2623d1c57.tar marcuscom-ports-31fbd8a33f167736d7d51e9d760cf0a2623d1c57.tar.gz marcuscom-ports-31fbd8a33f167736d7d51e9d760cf0a2623d1c57.tar.bz2 marcuscom-ports-31fbd8a33f167736d7d51e9d760cf0a2623d1c57.tar.lz marcuscom-ports-31fbd8a33f167736d7d51e9d760cf0a2623d1c57.tar.xz marcuscom-ports-31fbd8a33f167736d7d51e9d760cf0a2623d1c57.tar.zst marcuscom-ports-31fbd8a33f167736d7d51e9d760cf0a2623d1c57.zip |
Don't use ltasneededhack on gedit-plugin, it causes problems
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10762 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit-plugins')
-rw-r--r-- | editors/gedit-plugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 348942b58..44679015e 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -3,12 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins/Makefile,v 1.26 2008/03/11 03:49:34 mezz Exp $ +# $MCom: ports/editors/gedit-plugins/Makefile,v 1.27 2008/03/15 20:13:45 ahze Exp $ # PORTNAME= gedit-plugins PORTVERSION= 2.22.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -27,7 +27,7 @@ USE_XLIB= yes USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack ltasneededhack +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |