diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 03:41:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 03:41:39 +0800 |
commit | 168ba49691a2ce6e569fd4c585d109a68d1fdd7a (patch) | |
tree | 5059e667248c3388d2c571aeea81695dc96c55ba /math | |
parent | 174ee5687d11e7de94dee2fbe48dafaa5b6ee40d (diff) | |
download | marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.gz marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.bz2 marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.lz marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.xz marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.zst marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.zip |
Remove GNOME_DESKTOP_VERSION from the Makefile. It is designed for component
in bsd.gnome.mk.
Discussed with: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15787 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gcalctool3/Makefile b/math/gcalctool3/Makefile index 0dc1c0c4c..205efe799 100644 --- a/math/gcalctool3/Makefile +++ b/math/gcalctool3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/math/gcalctool3/Makefile,v 1.8 2011/03/25 07:12:48 kwm Exp $ +# $MCom: ports/math/gcalctool3/Makefile,v 1.9 2011/04/04 10:01:31 kwm Exp $ # PORTNAME= gcalctool @@ -20,8 +20,8 @@ USE_BISON= build USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk30 libxml2 -GNOME_DESKTOP_VERSION= 3 +USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk30 \ + libxml2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |