diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-11-25 15:42:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-11-25 15:42:25 +0000 |
commit | f8e6563e1b12d029bf99c8f50c92bf5d4c2bc9b3 (patch) | |
tree | ff86bccfad922524d602cdf83287c17035f2a569 | |
parent | 2c6ac4b199a51d543ced5b494f96e8fa7945c572 (diff) | |
download | pkgsrc-f8e6563e1b12d029bf99c8f50c92bf5d4c2bc9b3.tar.gz |
emulators: Enable suse131_gtk3
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 898e02c2995..5542fb82a40 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.342 2021/11/06 16:43:23 rhialto Exp $ +# $NetBSD: Makefile,v 1.343 2021/11/25 15:42:25 ryoon Exp $ # COMMENT= Emulators for other machines and systems @@ -349,6 +349,7 @@ SUBDIR+= suse131_glib2 SUBDIR+= suse131_glx SUBDIR+= suse131_gstreamer SUBDIR+= suse131_gtk2 +SUBDIR+= suse131_gtk3 SUBDIR+= suse131_krb5 SUBDIR+= suse131_libSDL SUBDIR+= suse131_libaudiofile |