diff options
author | wiz <wiz> | 2004-12-18 13:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-18 13:59:00 +0000 |
commit | ebf3dbf0607da90995ff68464a1e1027cf665588 (patch) | |
tree | 9e549efa92f72ebef3be2fabd123a85d083fdfa5 /emulators | |
parent | 89493f0940744566966fa61b975cf5fee424f12a (diff) | |
download | pkgsrc-ebf3dbf0607da90995ff68464a1e1027cf665588.tar.gz |
Fix path to suse_libjpeg.
Diffstat (limited to 'emulators')
-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 |