diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-05 05:17:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-05 05:17:51 +0800 |
commit | b4d3405ade833452e5670461a9d0b03c00986544 (patch) | |
tree | 7b406b523a098027c83af26110667d3a10f24ea0 /x11/libgnomekbd3/Makefile | |
parent | 2081ed3feee3bc81a63c9cc1963b736d1d168b36 (diff) | |
download | marcuscom-ports-b4d3405ade833452e5670461a9d0b03c00986544.tar.gz marcuscom-ports-b4d3405ade833452e5670461a9d0b03c00986544.tar.zst marcuscom-ports-b4d3405ade833452e5670461a9d0b03c00986544.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16361 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnomekbd3/Makefile')
-rw-r--r-- | x11/libgnomekbd3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/libgnomekbd3/Makefile b/x11/libgnomekbd3/Makefile index 1a9070fe2..519fc0d71 100644 --- a/x11/libgnomekbd3/Makefile +++ b/x11/libgnomekbd3/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libgnomekbd3/Makefile,v 1.7 2011/04/06 06:30:58 kwm Exp $ +# $MCom: ports/x11/libgnomekbd3/Makefile,v 1.8 2011/04/10 15:14:12 mezz Exp $ # PORTNAME= libgnomekbd -PORTVERSION= 3.0.0.1 +PORTVERSION= 3.2.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -22,7 +22,7 @@ LATEST_LINK= libgnomekbd3 CONFLICTS= libgnomekbd-2.[0-9]* -USE_BZIP2= yes +USE_XZ= yes USE_GNOME= gnomeprefix gnomehack ltverhack intltool gtk30 USE_AUTOTOOLS= libtool USE_XORG= ice @@ -30,8 +30,8 @@ INSTALLS_ICONS= yes USE_GETTEXT= yes USE_LDCONFIG= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.libgnomekbd.desktop.gschema.xml \ org.gnome.libgnomekbd.gschema.xml \ |