Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2023 01:05:05 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 662a3422efa9 - main - databases/spatialite_gui: drop unused variable after 2c672a4de941
Message-ID:  <202305210105.34L15598050353@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305210105.34L15598050353>