summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-11 17:50:40 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-11 17:50:40 +0000
commit98f24324d4238f837d1eef766ff514f54dbb861d (patch)
tree161bf302148e246ab3112356cf64acc65fc5bc77 /palm
parentunbreak aspell support (diff)
find libjpeg
PR: 45195 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=69910
Diffstat (limited to 'palm')
-rw-r--r--palm/plucker/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/palm/plucker/Makefile b/palm/plucker/Makefile
index 8c7c656f506f..00d343f6d194 100644
--- a/palm/plucker/Makefile
+++ b/palm/plucker/Makefile
@@ -27,6 +27,8 @@ PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
INSTALL_TARGET= install-prc-files install-data install-pyplucker
HAS_CONFIGURE= yes
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} \
--disable-desktopbuild \
--disable-unpluck \