diff options
author | obache <obache@pkgsrc.org> | 2012-03-21 13:35:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-03-21 13:35:10 +0000 |
commit | ad864fb286eb48fe95abb3fdff127a306ff2f8bd (patch) | |
tree | 439e0dfade48dad58822dad9c1b0e326044a362e | |
parent | 37c7b58247ab1710c9a32241802230262b5b2922 (diff) | |
download | pkgsrc-ad864fb286eb48fe95abb3fdff127a306ff2f8bd.tar.gz |
Import suse32_x11-12.1 as emulators/suse121_32_x11.
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 X11 shared libraries.
-rw-r--r-- | emulators/suse121_32_x11/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/suse121_32_x11/Makefile b/emulators/suse121_32_x11/Makefile new file mode 100644 index 00000000000..7062b60f7f3 --- /dev/null +++ b/emulators/suse121_32_x11/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 13:35:10 obache Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../suse121_x11/Makefile" |