diff options
author | wiz <wiz> | 2004-11-06 01:37:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-06 01:37:51 +0000 |
commit | 746f62eae7fa61596b25bb1b7fa083cbc97effa0 (patch) | |
tree | 6b8dd30db1b842736b77284dd42239a384e4876b /emulators | |
parent | d9e376e818b7239ebab482630384316fb265f274 (diff) | |
download | pkgsrc-746f62eae7fa61596b25bb1b7fa083cbc97effa0.tar.gz |
Add dependency on suse_png, otherwise we get:
g_module_open() failed for /opt/gnome/lib/gtk-2.0/2.2.0/loaders/libpixbufloader-png.so: libpng12.so.0: cannot open shared object file: No such file or directory
Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_gtk2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/suse91_gtk2/Makefile b/emulators/suse91_gtk2/Makefile index aca9a0aff0b..470a68e99cf 100644 --- a/emulators/suse91_gtk2/Makefile +++ b/emulators/suse91_gtk2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/02 20:34:08 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/06 01:37:51 wiz Exp $ DISTNAME= suse_gtk2-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -11,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_libpng>=${SUSE_VERSION}:../../emulators/suse91_libpng DEPENDS+= suse_libtiff>=${SUSE_VERSION}:../../emulators/suse91_libtiff DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11 |