diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 05:36:13 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 05:36:13 +0800 |
commit | c2e845d0c8bc7c9f164cff0518da23f674677570 (patch) | |
tree | 7fc33d51c49bd9a7ccd279ab581748918852d482 /chinese/libcangjie | |
parent | 2f557a46788f7ec9b1355f7a17e8ca1cfe208f8b (diff) | |
download | freebsd-ports-gnome-c2e845d0c8bc7c9f164cff0518da23f674677570.tar.gz freebsd-ports-gnome-c2e845d0c8bc7c9f164cff0518da23f674677570.tar.zst freebsd-ports-gnome-c2e845d0c8bc7c9f164cff0518da23f674677570.zip |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
Diffstat (limited to 'chinese/libcangjie')
-rw-r--r-- | chinese/libcangjie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/libcangjie/Makefile b/chinese/libcangjie/Makefile index b0948dd617df..1a1896e521f1 100644 --- a/chinese/libcangjie/Makefile +++ b/chinese/libcangjie/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libfreetype.so:print/freetype2 \ libdbus-1.so:devel/dbus -USES= autoreconf gmake libtool localbase pkgconfig sqlite +USES= autoreconf gmake libtool localbase pkgconfig sqlite xorg GNU_CONFIGURE= yes USE_LDCONFIG= yes |