summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-01 08:49:29 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-01 08:49:29 +0800
commit776c43006be53ccfed9426718966b47fa90b72fb (patch)
tree713f86a0caedb7115032a3585bce223e8aec23c1 /x11-toolkits/gtk20
parent377a9ef3d5a76cd4b8a240759044bc64529f7e70 (diff)
downloadmarcuscom-ports-776c43006be53ccfed9426718966b47fa90b72fb.tar
marcuscom-ports-776c43006be53ccfed9426718966b47fa90b72fb.tar.gz
marcuscom-ports-776c43006be53ccfed9426718966b47fa90b72fb.tar.bz2
marcuscom-ports-776c43006be53ccfed9426718966b47fa90b72fb.tar.lz
marcuscom-ports-776c43006be53ccfed9426718966b47fa90b72fb.tar.xz
marcuscom-ports-776c43006be53ccfed9426718966b47fa90b72fb.tar.zst
marcuscom-ports-776c43006be53ccfed9426718966b47fa90b72fb.zip
Sync w/ FreeBSD ports tree for *-reference stuff.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6357 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index ecb54999e..9a0b1a2a5 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,11 +3,12 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.85 2006/05/17 05:44:15 marcus Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.86 2006/05/31 04:30:40 marcus Exp $
#
PORTNAME= gtk
PORTVERSION= 2.9.1
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.9,} \
ftp://ftp.gtk.org/pub/gtk/v2.8/ \
@@ -25,25 +26,23 @@ COMMENT= Gimp Toolkit for X11 GUI (current stable version)
USE_BZIP2= yes
LATEST_LINK= gtk20
-PREFIX?= ${X11BASE}
.if !defined(REFERENCE_PORT)
-PORTREVISION= 1
-
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
-USE_XLIB= yes
USE_XPM= yes
USE_REINPLACE= yes
USE_PERL5= yes
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack atk pango ltverhack
+USE_GETTEXT= yes
+USE_X_PREFIX= yes
CONFIGURE_ARGS= --enable-static --with-xinput=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include -I${X11BASE}/include" \