aboutsummaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-28 10:48:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-28 10:48:51 +0000
commit61ade4ed79d02091b18fa8eb31f5853cbdb7e4a2 (patch)
treedc1d3a62948b09185c09df6e9da3de007c2c21f7 /editors/jed
parentb22c68298b7199b8734ac6e8ab3efa6489a527ec (diff)
downloadports-61ade4ed79d02091b18fa8eb31f5853cbdb7e4a2.tar.gz
ports-61ade4ed79d02091b18fa8eb31f5853cbdb7e4a2.zip
- Respect CFLAGS/LDFLAGS
Notes
Notes: svn path=/head/; revision=146567
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index 5f5a63437d3c..eb557fc8985a 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -27,9 +27,7 @@ OPTIONS= X11 "Build xjed (depends of X11)" on
DIST_SUBDIR= jed
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed \
- CFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed
MAKE_ENV+= DEST_INFO_DIR=${PREFIX}/${INFO_PATH} \
DEST_DOC_DIR=${DOCSDIR}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}