summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pango
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-30 11:21:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-30 11:21:48 +0800
commit78528de43298daf57dd78edf92bdf16d3f5c2bbb (patch)
tree7e4858a66869a1f04f72f771d443782a53b64ddf /x11-toolkits/pango
parente86de175775ca952cf8d092ad3c8216e3fd74dbd (diff)
downloadmarcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar
marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.gz
marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.bz2
marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.lz
marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.xz
marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.zst
marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.zip
Get rid of X11BASE and replace a few to LOCALBASE. I only touch these ports
that are maintaining by gnome@, ports@ and my team ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8939 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r--x11-toolkits/pango/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index a9ed0d2d6..97e9697c4 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/pango/Makefile,v 1.98 2007/05/20 21:57:27 marcus Exp $
+# $MCom: ports/x11-toolkits/pango/Makefile,v 1.99 2007/05/29 04:05:20 marcus Exp $
#
PORTNAME= pango
@@ -41,8 +41,8 @@ CONFIGURE_ARGS= --with-qt=no \
GLIB2_CFLAGS= `pkg-config glib-2.0 --cflags`
PLIST_SUB= VERSION="1.6.0"
-FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf
-FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir
+FONTSCALE= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf
+FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir
MAN1= pango-querymodules.1
@@ -56,9 +56,8 @@ PLIST_SUB+= X11="@comment "
USE_XLIB+= yes
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
- ${GLIB2_CFLAGS} -I${LOCALBASE}/include \
- -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+ ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB+= X11=""
.endif