diff options
author | rodent <rodent@pkgsrc.org> | 2014-12-04 22:03:01 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-12-04 22:03:01 +0000 |
commit | 2068c316db27410c5648926a54ce9f577446f0ed (patch) | |
tree | 138ebe879e3b02803d754684061038e1d4422285 /emulators/suse121_sqlite3 | |
parent | 9001c2756cd901dc7b988e0c0275a443f22ffa11 (diff) | |
download | pkgsrc-2068c316db27410c5648926a54ce9f577446f0ed.tar.gz |
EMUL_MODULES.linux=base
Diffstat (limited to 'emulators/suse121_sqlite3')
-rw-r--r-- | emulators/suse121_sqlite3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |