summaryrefslogtreecommitdiff
path: root/graphics/imlib2-tmp
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-12-26 19:54:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-12-26 19:54:26 +0000
commit7562716779231fbd17edac63698261e10885df10 (patch)
tree08058a43b793e88133a2a5b7e2fccff785eb840c /graphics/imlib2-tmp
parentmark this IS_INTERACTIVE due to interactive fetch (diff)
Correct some define on CONFIGURE_ENV.
Notes
Notes: svn path=/head/; revision=15637
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"