aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 15:10:55 +0800
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 15:10:55 +0800
commitbb8a2f537e314bf72f2cac593640136dcdcc5a32 (patch)
tree274074b0e6e258327117648d339716c4de78f4a5 /x11
parentf7c986ff131112f972a7fb171c4834de90745fea (diff)
downloadfreebsd-ports-bb8a2f537e314bf72f2cac593640136dcdcc5a32.tar.gz
freebsd-ports-bb8a2f537e314bf72f2cac593640136dcdcc5a32.tar.zst
freebsd-ports-bb8a2f537e314bf72f2cac593640136dcdcc5a32.zip
make it build again
PR: 37162 Reported by: Roger Savard <Unix@henoc.com>
Notes
Notes: svn path=/head/; revision=59603
Diffstat (limited to 'x11')
-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>