diff options
author | obache <obache@pkgsrc.org> | 2012-03-21 13:31:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-03-21 13:31:50 +0000 |
commit | 3bb0b1d3e3b5ffee1417d4ca461ed515a1066846 (patch) | |
tree | 0ced518c480ae37e2c85f92d3f64efeeaa6b244c | |
parent | 69dcba5cebbb9c31f8bd5120d76ae5ea197c4095 (diff) | |
download | pkgsrc-3bb0b1d3e3b5ffee1417d4ca461ed515a1066846.tar.gz |
Import suse32_libpng-12.1 as emulators/suse121_32_libpng.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.
This package supports running ELF binaries linked with glibc2 that
require PNG shared libraries.
-rw-r--r-- | emulators/suse121_32_libpng/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/suse121_32_libpng/Makefile b/emulators/suse121_32_libpng/Makefile new file mode 100644 index 00000000000..b50a31093f5 --- /dev/null +++ b/emulators/suse121_32_libpng/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 13:31:50 obache Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../suse121_libpng/Makefile" |