svn commit: r420289 - head/databases/flamerobin

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 16 16:48:30 UTC 2016


Author: amdmi3
Date: Tue Aug 16 16:48:29 2016
New Revision: 420289
URL: https://svnweb.freebsd.org/changeset/ports/420289

Log:
  - Drop deprecated WX_UNICODE and unneeded LDFLAGS

Modified:
  head/databases/flamerobin/Makefile

Modified: head/databases/flamerobin/Makefile
==============================================================================
--- head/databases/flamerobin/Makefile	Tue Aug 16 16:14:35 2016	(r420288)
+++ head/databases/flamerobin/Makefile	Tue Aug 16 16:48:29 2016	(r420289)
@@ -17,14 +17,11 @@ LICENSE_FILE=	${WRKSRC}/docs/fr_license.
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		compiler firebird
+GNU_CONFIGURE=	yes
 USE_WX=		2.8+
 WX_COMPS=	wx contrib
 WX_CONF_ARGS=	absolute
 WX_PREMK=	yes
-WX_UNICODE=	yes
-
-GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list