diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-02 19:34:33 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-02 19:34:33 +0000 |
commit | 395248ec3596c2b5eabcd747a41737c3a89ffb62 (patch) | |
tree | 4cff0c492cb2ef05e9017fece485709203b1ad6e /emulators | |
parent | 8eccb0d85eb100e87a35fc9d443fba9f6bdbc71d (diff) | |
download | pkgsrc-395248ec3596c2b5eabcd747a41737c3a89ffb62.tar.gz |
Added emulators/suse131_libwebp
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse131_linux/Makefile.common | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 774d2dcfc91..bb63b741777 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.227 2015/03/02 16:58:32 tnn Exp $ +# $NetBSD: Makefile,v 1.228 2015/03/02 19:34:33 tnn Exp $ # COMMENT= Emulators for other operating systems @@ -262,6 +262,7 @@ SUBDIR+= suse131_32_libsigc++2 SUBDIR+= suse131_32_libsndfile SUBDIR+= suse131_32_libssh SUBDIR+= suse131_32_libtiff +SUBDIR+= suse131_32_libwebp SUBDIR+= suse131_32_libwrap SUBDIR+= suse131_32_libxml2 SUBDIR+= suse131_32_libxslt @@ -306,6 +307,7 @@ SUBDIR+= suse131_libsigc++2 SUBDIR+= suse131_libsndfile SUBDIR+= suse131_libssh SUBDIR+= suse131_libtiff +SUBDIR+= suse131_libwebp SUBDIR+= suse131_libwrap SUBDIR+= suse131_libxml2 SUBDIR+= suse131_libxslt diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common index 81443f7abae..b057d811c3f 100644 --- a/emulators/suse131_linux/Makefile.common +++ b/emulators/suse131_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2015/03/02 16:58:32 tnn Exp $ +# $NetBSD: Makefile.common,v 1.10 2015/03/02 19:34:33 tnn Exp $ # # used by emulators/suse131_alsa/Makefile # used by emulators/suse131_aspell/Makefile @@ -29,6 +29,7 @@ # used by emulators/suse131_libsndfile/Makefile # used by emulators/suse131_libssh/Makefile # used by emulators/suse131_libtiff/Makefile +# used by emulators/suse131_libwebp/Makefile # used by emulators/suse131_libwrap/Makefile # used by emulators/suse131_libxml2/Makefile # used by emulators/suse131_libxslt/Makefile |