diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-25 20:55:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-25 20:55:33 +0800 |
commit | 7513ae0bde7c9ce17e566b5deaff38d7475d9554 (patch) | |
tree | 3ca62583643351f20cda3c530d03ff98085fc8fb /x11-toolkits/gdl3/Makefile | |
parent | c6be18f41eddea5da75854f8a8836e836ba475e3 (diff) | |
download | marcuscom-ports-7513ae0bde7c9ce17e566b5deaff38d7475d9554.tar marcuscom-ports-7513ae0bde7c9ce17e566b5deaff38d7475d9554.tar.gz marcuscom-ports-7513ae0bde7c9ce17e566b5deaff38d7475d9554.tar.bz2 marcuscom-ports-7513ae0bde7c9ce17e566b5deaff38d7475d9554.tar.lz marcuscom-ports-7513ae0bde7c9ce17e566b5deaff38d7475d9554.tar.xz marcuscom-ports-7513ae0bde7c9ce17e566b5deaff38d7475d9554.tar.zst marcuscom-ports-7513ae0bde7c9ce17e566b5deaff38d7475d9554.zip |
Update to 3.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16797 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gdl3/Makefile')
-rw-r--r-- | x11-toolkits/gdl3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gdl3/Makefile b/x11-toolkits/gdl3/Makefile index db48c80bd..2ad1a4514 100644 --- a/x11-toolkits/gdl3/Makefile +++ b/x11-toolkits/gdl3/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gdl3/Makefile,v 1.10 2011/05/25 15:26:39 kwm Exp $ +# $MCom: ports/x11-toolkits/gdl3/Makefile,v 1.11 2011/10/04 13:43:55 kwm Exp $ # PORTNAME= gdl -PORTVERSION= 3.2.0 +PORTVERSION= 3.4.2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -25,7 +25,7 @@ USE_GNOME= gnomeprefix gnomehack gtk30 intltool USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |