diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-31 09:11:21 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-31 09:11:21 +0000 |
commit | a1b9170893f39bdc4603debe2670f05af8b5de9d (patch) | |
tree | 4ee059eb303c3c84f9e4cea9da35824b3dbc3004 /textproc/xls2xml/Makefile | |
parent | 2287bd8708be83883ff533d386a86fe86b9ac0f3 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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> |