1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Correct some define on CONFIGURE_ENV.

This commit is contained in:
Vanilla I. Shu 1998-12-26 19:54:26 +00:00
parent 835cf7af5a
commit 7562716779
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15637
3 changed files with 9 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"