aboutsummaryrefslogtreecommitdiff
path: root/graphics/librasterlite2/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-12 05:37:12 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-12 05:37:12 +0000
commitc49e8840f929910d9bbf89462ca31d26fd2c43c0 (patch)
tree9d75120b6ef6d85475fb505fa02ce7c288dae833 /graphics/librasterlite2/Makefile
parent0481ed1448e1f5b4b8ea082ae9fdfed538ad9a21 (diff)
downloadports-c49e8840f929910d9bbf89462ca31d26fd2c43c0.tar.gz
ports-c49e8840f929910d9bbf89462ca31d26fd2c43c0.zip
Notes
Diffstat (limited to 'graphics/librasterlite2/Makefile')
-rw-r--r--graphics/librasterlite2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/librasterlite2/Makefile b/graphics/librasterlite2/Makefile
index 5cee728e18ee..60409c8a484b 100644
--- a/graphics/librasterlite2/Makefile
+++ b/graphics/librasterlite2/Makefile
@@ -40,6 +40,6 @@ CONFIGURE_ENV+= LIBLZMA_CFLAGS=" " LIBLZMA_LIBS="-llzma"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-LIBS+= -lsqlite3
+LIBS+= -lsqlite3 -lm
.include <bsd.port.mk>