diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-31 17:11:21 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-31 17:11:21 +0800 |
commit | a1b9170893f39bdc4603debe2670f05af8b5de9d (patch) | |
tree | 4ee059eb303c3c84f9e4cea9da35824b3dbc3004 /textproc | |
parent | 2287bd8708be83883ff533d386a86fe86b9ac0f3 (diff) | |
download | freebsd-ports-gnome-a1b9170893f39bdc4603debe2670f05af8b5de9d.tar.gz freebsd-ports-gnome-a1b9170893f39bdc4603debe2670f05af8b5de9d.tar.zst freebsd-ports-gnome-a1b9170893f39bdc4603debe2670f05af8b5de9d.zip |
Add LDFLAGS to fix bento builds.
Diffstat (limited to 'textproc')
-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> |