From bb8a2f537e314bf72f2cac593640136dcdcc5a32 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 21 May 2002 07:10:55 +0000 Subject: make it build again PR: 37162 Reported by: Roger Savard --- x11/powershell/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11/powershell') diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile index 7950fb51e49e..6d279eb97f37 100644 --- a/x11/powershell/Makefile +++ b/x11/powershell/Makefile @@ -13,10 +13,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= smoberly@xavier.dyndns.org -ALL_TARGET= powershell - USE_X_PREFIX= yes USE_GNOME= yes +IMLIB_CONFIG?= ${X11BASE}/bin/imlib-config USE_AUTOCONF= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \ + LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`" +ALL_TARGET= powershell .include -- cgit v1.2.3