aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnomeicu2/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-03-25 22:35:28 +0800
committervanilla <vanilla@FreeBSD.org>2000-03-25 22:35:28 +0800
commit8bc2f924c6cadd94f82ca31a006923212ff9e8ae (patch)
tree40954508c717409a9b9326078c41b722738845fc /net/gnomeicu2/Makefile
parente31a1d08ab6a890e748ea6d64b49ffa38c636873 (diff)
downloadfreebsd-ports-gnome-8bc2f924c6cadd94f82ca31a006923212ff9e8ae.tar.gz
freebsd-ports-gnome-8bc2f924c6cadd94f82ca31a006923212ff9e8ae.tar.zst
freebsd-ports-gnome-8bc2f924c6cadd94f82ca31a006923212ff9e8ae.zip
Fix net/gnome-icu to install i18n files
PR: ports/16438 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net/gnomeicu2/Makefile')
-rw-r--r--net/gnomeicu2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile
index 884c1535f1f8..68b9e4934e95 100644
--- a/net/gnomeicu2/Makefile
+++ b/net/gnomeicu2/Makefile
@@ -20,7 +20,9 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= YES
USE_BZIP2= YES
GNU_CONFIGURE= YES
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
.include <bsd.port.mk>