diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-02 16:58:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-02 16:58:32 +0000 |
commit | 1a9309ca8175e75b0c3bd4144b4320e73f609e86 (patch) | |
tree | 599a19e84b7b00c8418a1a7653099f6f55fe8706 /emulators | |
parent | 814208b29362e8c19c9c69147d0fd1285400d084 (diff) | |
download | pkgsrc-1a9309ca8175e75b0c3bd4144b4320e73f609e86.tar.gz |
add suse131_libxslt
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 2dd8d361638..774d2dcfc91 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.226 2015/02/13 21:21:58 snj Exp $ +# $NetBSD: Makefile,v 1.227 2015/03/02 16:58:32 tnn Exp $ # COMMENT= Emulators for other operating systems @@ -264,6 +264,7 @@ SUBDIR+= suse131_32_libssh SUBDIR+= suse131_32_libtiff SUBDIR+= suse131_32_libwrap SUBDIR+= suse131_32_libxml2 +SUBDIR+= suse131_32_libxslt SUBDIR+= suse131_32_locale SUBDIR+= suse131_32_motif SUBDIR+= suse131_32_mozilla-nspr @@ -307,6 +308,7 @@ SUBDIR+= suse131_libssh SUBDIR+= suse131_libtiff SUBDIR+= suse131_libwrap SUBDIR+= suse131_libxml2 +SUBDIR+= suse131_libxslt #SUBDIR+= suse131_linux # only contains Makefile fragments SUBDIR+= suse131_locale SUBDIR+= suse131_motif diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common index 9cc7636c394..81443f7abae 100644 --- a/emulators/suse131_linux/Makefile.common +++ b/emulators/suse131_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2015/02/16 10:15:49 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.9 2015/03/02 16:58:32 tnn Exp $ # # used by emulators/suse131_alsa/Makefile # used by emulators/suse131_aspell/Makefile @@ -31,6 +31,7 @@ # used by emulators/suse131_libtiff/Makefile # used by emulators/suse131_libwrap/Makefile # used by emulators/suse131_libxml2/Makefile +# used by emulators/suse131_libxslt/Makefile # used by emulators/suse131_locale/Makefile # used by emulators/suse131_motif/Makefile # used by emulators/suse131_mozilla-nspr/Makefile |