1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix build by adding missing library

- Add LICENSE_FILE

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-08-10 15:08:21 +00:00
parent 22bf0edeb6
commit 40e0c408e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393871

View File

@ -11,6 +11,7 @@ MAINTAINER= coder@tuxfamily.org
COMMENT= Graphical User Interface (GUI) tool supporting SpatiaLite
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgaiagraphics.so:${PORTSDIR}/graphics/libgaiagraphics \
libfreexl.so:${PORTSDIR}/textproc/freexl \
@ -24,7 +25,7 @@ USES= gmake pkgconfig iconv
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include `${WX_CONFIG} --cppflags`
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} `${WX_CONFIG} --libs`
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} `${WX_CONFIG} --libs` -lsqlite3
CONFIGURE_ARGS= CFLAGS="${CFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes