diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-05 05:09:43 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-05 05:09:43 +0800 |
commit | 20b39dea493248a891f5be88da86a74a967fb912 (patch) | |
tree | b63c50407fde0895d41cad142c52a82979323244 /accessibility/mousetweaks3/Makefile | |
parent | dee1e13a599587d9678ac4eb83a846cbd43aeeda (diff) | |
download | marcuscom-ports-20b39dea493248a891f5be88da86a74a967fb912.tar marcuscom-ports-20b39dea493248a891f5be88da86a74a967fb912.tar.gz marcuscom-ports-20b39dea493248a891f5be88da86a74a967fb912.tar.bz2 marcuscom-ports-20b39dea493248a891f5be88da86a74a967fb912.tar.lz marcuscom-ports-20b39dea493248a891f5be88da86a74a967fb912.tar.xz marcuscom-ports-20b39dea493248a891f5be88da86a74a967fb912.tar.zst marcuscom-ports-20b39dea493248a891f5be88da86a74a967fb912.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16359 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/mousetweaks3/Makefile')
-rw-r--r-- | accessibility/mousetweaks3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/accessibility/mousetweaks3/Makefile b/accessibility/mousetweaks3/Makefile index e4b0a55f8..09de9c925 100644 --- a/accessibility/mousetweaks3/Makefile +++ b/accessibility/mousetweaks3/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/mousetweaks3/Makefile,v 1.12 2011/06/11 18:55:55 mezz Exp $ +# $MCom: ports/accessibility/mousetweaks3/Makefile,v 1.13 2011/09/18 12:54:01 kwm Exp $ # PORTNAME= mousetweaks -PORTVERSION= 3.1.91 +PORTVERSION= 3.2.0 CATEGORIES= accessibility MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -28,8 +28,8 @@ USE_GMAKE= yes USE_GETTEXT= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.mousetweaks.enums.xml \ org.gnome.mousetweaks.gschema.xml |