mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix build by adding missing library
- Add LICENSE_FILE Approved by: portmgr blanket
This commit is contained in:
parent
22bf0edeb6
commit
40e0c408e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393871
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user