diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-26 04:25:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-26 04:25:53 +0800 |
commit | 04a68e6e4f358c7f43f8ec100b11e5cbe9b0f732 (patch) | |
tree | 8ffbb591d61abecbe20788a9ccad8a328cca254b | |
parent | 01c745302fa26e7e29decfed08cd8d9e063eb00b (diff) | |
download | marcuscom-ports-04a68e6e4f358c7f43f8ec100b11e5cbe9b0f732.tar marcuscom-ports-04a68e6e4f358c7f43f8ec100b11e5cbe9b0f732.tar.gz marcuscom-ports-04a68e6e4f358c7f43f8ec100b11e5cbe9b0f732.tar.bz2 marcuscom-ports-04a68e6e4f358c7f43f8ec100b11e5cbe9b0f732.tar.lz marcuscom-ports-04a68e6e4f358c7f43f8ec100b11e5cbe9b0f732.tar.xz marcuscom-ports-04a68e6e4f358c7f43f8ec100b11e5cbe9b0f732.tar.zst marcuscom-ports-04a68e6e4f358c7f43f8ec100b11e5cbe9b0f732.zip |
Fix i18n support by making sure -lintl gets passed to configure.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2548 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 223913b50..f810085c9 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -6,6 +6,7 @@ PORTNAME= gtk PORTVERSION= 2.3.94 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/pygtk/2.3 @@ -22,7 +23,11 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget libglade2 USE_PYTHON= yes +USE_GETTEXT= yes USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-lintl" +LDFLAGS+= -L${LOCALBASE}/lib EG_SRC_DIR= ${WRKSRC}/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gtk |