git: 662a3422efa9 - main - databases/spatialite_gui: drop unused variable after 2c672a4de941
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 May 2023 01:05:05 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=662a3422efa992ae39413b63bdab26acde737b78 commit 662a3422efa992ae39413b63bdab26acde737b78 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-05-21 00:59:34 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-05-21 01:03:56 +0000 databases/spatialite_gui: drop unused variable after 2c672a4de941 Reported by: portscan, portlint --- databases/spatialite_gui/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/databases/spatialite_gui/Makefile b/databases/spatialite_gui/Makefile index f7dcca0cbbb1..cd8df26d03d1 100644 --- a/databases/spatialite_gui/Makefile +++ b/databases/spatialite_gui/Makefile @@ -33,6 +33,5 @@ CPPFLAGS+= `${WX_CONFIG} --cppflags` LDFLAGS+= ${ICONV_LIB} `${WX_CONFIG} --libs` -lsqlite3 CONFIGURE_ARGS= CFLAGS="${CFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ --with-wxconfig=${WX_CONFIG} -INSTALLS_ICONS= yes .include <bsd.port.mk>