Date: Mon, 10 Aug 2015 15:08:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393871 - head/databases/spatialite_gui Message-ID: <201508101508.t7AF8MMt086454@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 10 15:08:21 2015 New Revision: 393871 URL: https://svnweb.freebsd.org/changeset/ports/393871 Log: - Fix build by adding missing library - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/databases/spatialite_gui/Makefile Modified: head/databases/spatialite_gui/Makefile ============================================================================== --- head/databases/spatialite_gui/Makefile Mon Aug 10 15:07:05 2015 (r393870) +++ head/databases/spatialite_gui/Makefile Mon Aug 10 15:08:21 2015 (r393871) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508101508.t7AF8MMt086454>