svn commit: r426534 - head/lang/neko
Thomas Zander
riggs at FreeBSD.org
Sat Nov 19 19:44:51 UTC 2016
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
More information about the svn-ports-all
mailing list