summaryrefslogtreecommitdiffstats
path: root/textproc/xls2xml/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-10-31 09:11:21 +0000
committersobomax <sobomax@FreeBSD.org>2000-10-31 09:11:21 +0000
commita1b9170893f39bdc4603debe2670f05af8b5de9d (patch)
tree4ee059eb303c3c84f9e4cea9da35824b3dbc3004 /textproc/xls2xml/Makefile
parent2287bd8708be83883ff533d386a86fe86b9ac0f3 (diff)
downloadFreeBSD-ports-a1b9170893f39bdc4603debe2670f05af8b5de9d.zip
FreeBSD-ports-a1b9170893f39bdc4603debe2670f05af8b5de9d.tar.gz
Add LDFLAGS to fix bento builds.
Diffstat (limited to 'textproc/xls2xml/Makefile')
-rw-r--r--textproc/xls2xml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile
index 2ac7902..bf073a3 100644
--- a/textproc/xls2xml/Makefile
+++ b/textproc/xls2xml/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lcole"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud