Sat Sep 26 01:15:22 2015 UTC ()
Add gc and bump PKGREVISION


(kamil)
diff -r1.4 -r1.5 pkgsrc/meta-pkgs/suse131/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/meta-pkgs/suse131/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/suse131/Makefile 2014/12/07 19:47:07 1.4
+++ pkgsrc/meta-pkgs/suse131/Makefile 2015/09/26 01:15:22 1.5
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.4 2014/12/07 19:47:07 rodent Exp $ 1# $NetBSD: Makefile,v 1.5 2015/09/26 01:15:22 kamil Exp $
2 2
3DISTNAME= suse-${SUSE_VERSION} 3DISTNAME= suse-${SUSE_VERSION}
4PKGREVISION= 2 4PKGREVISION= 3
5CATEGORIES= emulators meta-pkgs 5CATEGORIES= emulators meta-pkgs
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= SUSE-based Linux binary emulation environment 9COMMENT= SUSE-based Linux binary emulation environment
10 10
11EMUL_MODULES.linux= alsa aspell base compat cyrus-sasl cups curl dbus-glib 11EMUL_MODULES.linux= alsa aspell base compat cyrus-sasl cups curl dbus-glib
12EMUL_MODULES.linux+= expat fontconfig freetype2 glib2 glx gtk2 jpeg krb5 12EMUL_MODULES.linux+= expat fontconfig freetype2 glib2 gc glx gtk2 jpeg krb5
13EMUL_MODULES.linux+= libffi libjson libsigc++2 libsndfile libssh libwrap 13EMUL_MODULES.linux+= libffi libjson libsigc++2 libsndfile libssh libwrap
14EMUL_MODULES.linux+= locale motif nspr nss openldap openssl pulseaudio png 14EMUL_MODULES.linux+= locale motif nspr nss openldap openssl pulseaudio png
15EMUL_MODULES.linux+= qt4 slang tiff x11 xml2 15EMUL_MODULES.linux+= qt4 slang tiff x11 xml2
16EMUL_PKG_FMT= plain 16EMUL_PKG_FMT= plain
17 17
18META_PACKAGE= yes 18META_PACKAGE= yes
19 19
20.include "../../emulators/suse131_linux/Makefile.common" 20.include "../../emulators/suse131_linux/Makefile.common"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"