diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 07:10:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 07:10:55 +0000 |
commit | bb8a2f537e314bf72f2cac593640136dcdcc5a32 (patch) | |
tree | 274074b0e6e258327117648d339716c4de78f4a5 /x11/powershell | |
parent | f7c986ff131112f972a7fb171c4834de90745fea (diff) |
Notes
Diffstat (limited to 'x11/powershell')
-rw-r--r-- | x11/powershell/Makefile | 6 |
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> |