diff options
author | riggs <riggs@FreeBSD.org> | 2016-11-20 03:44:50 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-11-20 03:44:50 +0800 |
commit | 61584caad560fd62072b13746ebbd5c4a4b068ed (patch) | |
tree | fd1fefcc826e49037dcaa5ed592af3ee8ccdcf8a /lang/neko | |
parent | 6f4e645b302bf2f65a292847699b197afd613e3f (diff) | |
download | freebsd-ports-gnome-61584caad560fd62072b13746ebbd5c4a4b068ed.tar.gz freebsd-ports-gnome-61584caad560fd62072b13746ebbd5c4a4b068ed.tar.zst freebsd-ports-gnome-61584caad560fd62072b13746ebbd5c4a4b068ed.zip |
Minor port cleanup, accidentally omitted during initial checkin
Diffstat (limited to 'lang/neko')
-rw-r--r-- | lang/neko/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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 |