diff options
-rw-r--r-- | emulators/suse121_gstreamer/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse121_sqlite3/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/suse121_gstreamer/Makefile b/emulators/suse121_gstreamer/Makefile index 24b027da58a..1a4cd16c7c3 100644 --- a/emulators/suse121_gstreamer/Makefile +++ b/emulators/suse121_gstreamer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/12/04 19:51:42 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/12/04 22:03:01 rodent Exp $ PKGNAME= suse_gstreamer-${SUSE_VERSION} CATEGORIES= emulators @@ -11,6 +11,8 @@ RPMPKGS+= libgstrtspserver-0_10-0-0.10.8-14.1.2.${SUSE_ARCH} MAINTAINER= rodent@NetBSD.org COMMENT= Linux compatibility package for gstreamer +EMUL_MODULES.linux= base + PLIST_SRC= ${RPM2PKG_PLIST} .include "../../emulators/suse121_linux/Makefile.common" diff --git a/emulators/suse121_sqlite3/Makefile b/emulators/suse121_sqlite3/Makefile index 606fbde78ca..04d8701067f 100644 --- a/emulators/suse121_sqlite3/Makefile +++ b/emulators/suse121_sqlite3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/12/04 19:46:28 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/12/04 22:03:01 rodent Exp $ PKGNAME= suse_sqlite3-${SUSE_VERSION} CATEGORIES= emulators @@ -7,6 +7,8 @@ RPMPKGS+= libsqlite3-0-3.7.8-1.1.2.${SUSE_ARCH} MAINTAINER= rodent@NetBSD.org COMMENT= Linux compatibility package for sqlite3 +EMUL_MODULES.linux= base + PLIST_SRC= ${RPM2PKG_PLIST} .include "../../emulators/suse121_linux/Makefile.common" |