diff options
author | hubertf <hubertf> | 2000-10-19 23:16:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-19 23:16:43 +0000 |
commit | 2b1a6c6a0aedb184ba005b0c6e60bec2fe5004cf (patch) | |
tree | 77666a9924f070e185f11b6f5e580c747f2ee488 /emulators | |
parent | 0fc41a982073a0ed12df2dd9478637a6b6847b86 (diff) | |
download | pkgsrc-2b1a6c6a0aedb184ba005b0c6e60bec2fe5004cf.tar.gz |
Also pull in suse_libjpeg
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index 6398510c0a5..8efc147334a 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/08/29 12:36:29 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/10/19 23:16:43 hubertf Exp $ DISTNAME= suse_linux-6.3nb2 CATEGORIES= emulators @@ -12,6 +12,7 @@ DEPENDS+= suse_audio-6.3:../suse_audio DEPENDS+= suse_libc5-6.3:../suse_libc5 DEPENDS+= suse_gtk-6.3:../suse_gtk DEPENDS+= suse_xforms-6.3:../suse_xforms +DEPENDS+= suse_libjpeg-6.4:../suse_libjpeg ONLY_FOR_PLATFORM= NetBSD-*-i386 |