diff options
-rw-r--r-- | emulators/suse91_gtk2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/suse91_gtk2/Makefile b/emulators/suse91_gtk2/Makefile index 470a68e99cf..38dccfd6417 100644 --- a/emulators/suse91_gtk2/Makefile +++ b/emulators/suse91_gtk2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/11/06 01:37:51 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/07 03:33:04 wiz Exp $ DISTNAME= suse_gtk2-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -12,6 +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_libpng>=${SUSE_VERSION}:../../emulators/suse91_libpng DEPENDS+= suse_libtiff>=${SUSE_VERSION}:../../emulators/suse91_libtiff DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11 |