Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 19:44:50 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426534 - head/lang/neko
Message-ID:  <201611191944.uAJJioPg046273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Nov 19 19:44:50 2016
New Revision: 426534
URL: https://svnweb.freebsd.org/changeset/ports/426534

Log:
  Minor port cleanup, accidentally omitted during initial checkin

Modified:
  head/lang/neko/Makefile

Modified: head/lang/neko/Makefile
==============================================================================
--- head/lang/neko/Makefile	Sat Nov 19 19:33:10 2016	(r426533)
+++ head/lang/neko/Makefile	Sat Nov 19 19:44:50 2016	(r426534)
@@ -15,14 +15,13 @@ LIB_DEPENDS=	libgc-threaded.so:devel/boe
 		libpcre.so:devel/pcre libpcreposix.so:devel/pcre \
 		libmbedtls.so:security/mbedtls libmbedcrypto.so:security/mbedtls libmbedx509.so:security/mbedtls \
 		libfontconfig.so:x11-fonts/fontconfig libfreetype.so:print/freetype2 \
-		libmysqlclient.so:databases/mysql56-client \
-		libsqlite3.so:databases/sqlite3
+		libmysqlclient.so:databases/mysql56-client
 
 BROKEN_FreeBSD_9=	does not build
 
-USES=		cmake pkgconfig
+USES=		cmake pkgconfig sqlite:3
 
-USE_GNOME=	gtk20 pango atk cairo gdkpixbuf2 glib20
+USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
 USE_GITHUB=	yes
 GH_ACCOUNT=	HaxeFoundation
 # GH_PROJECT is the same as port name



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