aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imlib2-tmp
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-12-27 03:54:26 +0800
committervanilla <vanilla@FreeBSD.org>1998-12-27 03:54:26 +0800
commit9cb260322de58ab7f6c5a6e812b2a241f289be69 (patch)
tree71337d7ec06889626f89b6b3e62f338c249c280e /graphics/imlib2-tmp
parentbe265b053dacfbbc73b1eeac1eff7492aa2397bd (diff)
downloadfreebsd-ports-gnome-9cb260322de58ab7f6c5a6e812b2a241f289be69.tar.gz
freebsd-ports-gnome-9cb260322de58ab7f6c5a6e812b2a241f289be69.tar.zst
freebsd-ports-gnome-9cb260322de58ab7f6c5a6e812b2a241f289be69.zip
Correct some define on CONFIGURE_ENV.
Diffstat (limited to 'graphics/imlib2-tmp')
-rw-r--r--graphics/imlib2-tmp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile
index 02d9b907c19c..be5243b1a588 100644
--- a/graphics/imlib2-tmp/Makefile
+++ b/graphics/imlib2-tmp/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.36 1998/11/25 09:01:19 asami Exp $
+# $Id: Makefile,v 1.37 1998/12/26 19:33:34 vanilla Exp $
#
DISTNAME= imlib-1.8.2
@@ -26,7 +26,8 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
- GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
+ GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
+ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS=-L${LOCALBASE}/lib \
INSTALL="$${INSTALL} -c"