From f514a7b8f71dc2157cd5ff5f0f3a14d4e1bc02a4 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sat, 19 Nov 2016 19:44:50 +0000 Subject: Minor port cleanup, accidentally omitted during initial checkin --- lang/neko/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/neko/Makefile b/lang/neko/Makefile index e9c5b3aa0bd9..4ba994c44e4b 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -15,14 +15,13 @@ LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ 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 -- cgit