diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-28 10:48:51 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-28 10:48:51 +0000 |
commit | 61ade4ed79d02091b18fa8eb31f5853cbdb7e4a2 (patch) | |
tree | dc1d3a62948b09185c09df6e9da3de007c2c21f7 /editors/jed | |
parent | A free networking API that provides reliable UDP and high level networking (diff) |
- Respect CFLAGS/LDFLAGS
Notes
Notes:
svn path=/head/; revision=146567
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 4 |
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} |