summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 09:22:38 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 09:22:38 +0800
commit3917c083575b0430bfd9d7466b881c379bb5161a (patch)
treea1dad4a257eca17fbd32556e470e1526ca6ae5a3 /x11-toolkits/gtk20/Makefile
parent5cad2509815f762e4ffa2a7102928e50656a97ce (diff)
downloadmarcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar
marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.gz
marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.bz2
marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.lz
marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.xz
marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.zst
marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.zip
Switch PREFIX to LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6614 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r--x11-toolkits/gtk20/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index a57a29121..f6a346b4c 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,12 +3,12 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.90 2006/06/22 21:02:31 ahze Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.91 2006/07/03 15:24:01 ahze Exp $
#
PORTNAME= gtk
PORTVERSION= 2.10.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
ftp://ftp.gtk.org/pub/gtk/v2.10/ \
@@ -33,7 +33,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \
- ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
USE_XPM= yes
USE_PERL5= yes
@@ -41,7 +41,7 @@ INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack atk pango ltverhack
USE_GETTEXT= yes
-USE_X_PREFIX= yes
+USE_XLIB= yes
CONFIGURE_ARGS= --enable-static --with-xinput=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include -I${X11BASE}/include" \
@@ -120,7 +120,7 @@ pre-build:
@${RM} -rf ${WRKSRC}/docs/gtk.info*
post-install:
- -@${FIND} ${X11BASE}/share/icons -type d -depth 1 -exec \
+ -@${FIND} ${LOCALBASE}/share/icons -type d -depth 1 -exec \
${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null
@${MKDIR} ${PREFIX}/lib/gtk-2.0/modules
@${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/engines