summaryrefslogtreecommitdiff
path: root/x11/powershell
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 07:10:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 07:10:55 +0000
commitbb8a2f537e314bf72f2cac593640136dcdcc5a32 (patch)
tree274074b0e6e258327117648d339716c4de78f4a5 /x11/powershell
parentUpgrade to version 1.0 and unbreak. (diff)
make it build again
PR: 37162 Reported by: Roger Savard <Unix@henoc.com>
Notes
Notes: svn path=/head/; revision=59603
Diffstat (limited to 'x11/powershell')
-rw-r--r--x11/powershell/Makefile6
1 files changed, 4 insertions, 2 deletions
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 <bsd.port.mk>