diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-18 13:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-18 13:59:00 +0000 |
commit | 6aebe36e5a4db1e2c78385b0740fc0d56feb5505 (patch) | |
tree | 9e549efa92f72ebef3be2fabd123a85d083fdfa5 /emulators/suse91_gtk2 | |
parent | 863dfc0cec10b3bdd4be701460075f95f2c4ea53 (diff) | |
download | pkgsrc-6aebe36e5a4db1e2c78385b0740fc0d56feb5505.tar.gz |
Fix path to suse_libjpeg.
Diffstat (limited to 'emulators/suse91_gtk2')
-rw-r--r-- | emulators/suse91_gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse91_gtk2/Makefile b/emulators/suse91_gtk2/Makefile index 38dccfd6417..47803cb12cc 100644 --- a/emulators/suse91_gtk2/Makefile +++ b/emulators/suse91_gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/11/07 03:33:04 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/18 13:59:00 wiz Exp $ DISTNAME= suse_gtk2-${SUSE_VERSION} PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= Linux compatibility package for GTK2 binaries DEPENDS+= suse_fontconfig>=${SUSE_VERSION}:../../emulators/suse91_fontconfig DEPENDS+= suse_freetype2>=${SUSE_VERSION}:../../emulators/suse91_freetype2 -DEPENDS+= suse_libjpeg>=${SUSE_VERSION}:../../emulators/suse91_libpng +DEPENDS+= suse_libjpeg>=${SUSE_VERSION}:../../emulators/suse91_libjpeg DEPENDS+= suse_libpng>=${SUSE_VERSION}:../../emulators/suse91_libpng DEPENDS+= suse_libtiff>=${SUSE_VERSION}:../../emulators/suse91_libtiff DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11 |