diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-07-16 19:03:06 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-07-16 19:03:06 +0000 |
commit | 42d4cca9cf0e7fab8d2fb9dce135a62a2ee0f235 (patch) | |
tree | c4b3ad28ccc4a4e19057685779467f310210a6d7 /graphics/librasterlite/Makefile | |
parent | 37f5cfceef8845f84cb5783d68f452cc22343f5c (diff) |
Notes
Diffstat (limited to 'graphics/librasterlite/Makefile')
-rw-r--r-- | graphics/librasterlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/librasterlite/Makefile b/graphics/librasterlite/Makefile index f3cc5510a79a..03cf9d16483f 100644 --- a/graphics/librasterlite/Makefile +++ b/graphics/librasterlite/Makefile @@ -29,6 +29,6 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lsqlite3 -lm .include <bsd.port.mk> |