summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-04-22 06:13:35 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-04-22 06:13:35 +0800
commit8e89b479fc3914ec257f54c28e014a5064890c28 (patch)
tree2d1477a48cb78a594d9d673a6870075b4e7c6ad6 /x11-toolkits/vte/Makefile
parent7d6a6f6bc3383795566164ff7d7c3cebdd761ed6 (diff)
downloadmarcuscom-ports-8e89b479fc3914ec257f54c28e014a5064890c28.tar
marcuscom-ports-8e89b479fc3914ec257f54c28e014a5064890c28.tar.gz
marcuscom-ports-8e89b479fc3914ec257f54c28e014a5064890c28.tar.bz2
marcuscom-ports-8e89b479fc3914ec257f54c28e014a5064890c28.tar.lz
marcuscom-ports-8e89b479fc3914ec257f54c28e014a5064890c28.tar.xz
marcuscom-ports-8e89b479fc3914ec257f54c28e014a5064890c28.tar.zst
marcuscom-ports-8e89b479fc3914ec257f54c28e014a5064890c28.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16715 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/Makefile')
-rw-r--r--x11-toolkits/vte/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 7836309c1..72be9fc41 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/vte/Makefile,v 1.121 2011/04/15 14:34:32 kwm Exp $
+# $MCom: ports/x11-toolkits/vte/Makefile,v 1.122 2011/04/30 20:43:33 mezz Exp $
#
PORTNAME= vte
PORTVERSION= 0.26.2
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -28,9 +28,8 @@ USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_GETTEXT= yes
USE_GNOME?= gnomeprefix gnomehack gtk20 ltverhack referencehack
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-# BSD_PTHREAD_LIBS="${PTHREAD_LIBS}"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS?=--disable-python \
--disable-Bsymbolic \
--disable-freetypetest \