summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-23 09:29:00 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-23 09:29:00 +0800
commit9a64a6ee53490b4623914a1e92ce28a6064979c4 (patch)
tree7ad7d7ede1221941ac13184f8a59cf168defcf01 /x11-toolkits/gtk20/Makefile
parent1d5199f6ce2091c5c443e8031567b6045966cb4e (diff)
downloadmarcuscom-ports-9a64a6ee53490b4623914a1e92ce28a6064979c4.tar
marcuscom-ports-9a64a6ee53490b4623914a1e92ce28a6064979c4.tar.gz
marcuscom-ports-9a64a6ee53490b4623914a1e92ce28a6064979c4.tar.bz2
marcuscom-ports-9a64a6ee53490b4623914a1e92ce28a6064979c4.tar.lz
marcuscom-ports-9a64a6ee53490b4623914a1e92ce28a6064979c4.tar.xz
marcuscom-ports-9a64a6ee53490b4623914a1e92ce28a6064979c4.tar.zst
marcuscom-ports-9a64a6ee53490b4623914a1e92ce28a6064979c4.zip
Update to 2.3.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1703 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r--x11-toolkits/gtk20/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index dabbf30dd..2f2109d6d 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk
-PORTVERSION= 2.3.1
+PORTVERSION= 2.3.2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.3,} \
ftp://ftp.gtk.org/pub/gtk/v2.3/ \
@@ -25,6 +25,8 @@ COMMENT= Gimp Toolkit for X11 GUI (current stable version)
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_BZIP2= yes
LATEST_LINK= gtk20
@@ -33,7 +35,7 @@ USE_XPM= yes
USE_REINPLACE= yes
USE_PERL5= yes
INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
USE_GNOME= gnomehack atk pango
CONFIGURE_ARGS= --enable-static --with-xinput=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
@@ -46,8 +48,10 @@ post-patch:
${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g'
@${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+ ${WRKSRC}/gtk/xdgmime/xdgmime.c
pre-build:
- ${RM} -rf ${WRKSRC}/docs/gtk.info*
+ @${RM} -rf ${WRKSRC}/docs/gtk.info*
.include <bsd.port.mk>