diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-31 09:11:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-31 09:11:21 +0000 |
commit | 3d35d8caab84dd3a3c51f440a72a2796c2fe2fbb (patch) | |
tree | 6b92b9097a096efbb583518fdb20323112680096 /textproc/xls2xml | |
parent | 38df81372ebc16bd60941df09a604cc729776ccb (diff) |
Notes
Diffstat (limited to 'textproc/xls2xml')
-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 2ac7902d6da8..bf073a340c18 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> |