diff options
author | salo <salo@pkgsrc.org> | 2006-01-08 14:39:12 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-01-08 14:39:12 +0000 |
commit | bd6717ac829abb7e23d12bed6c0e9ecdae8dc29b (patch) | |
tree | 06a424223736fcb88925c969d2584a6073338d33 /emulators/suse91_libpng | |
parent | 3ade13ff094b9a7e694bfd6f564601760e93488f (diff) | |
download | pkgsrc-bd6717ac829abb7e23d12bed6c0e9ecdae8dc29b.tar.gz |
Add missing dependency on suse_base package.
Diffstat (limited to 'emulators/suse91_libpng')
-rw-r--r-- | emulators/suse91_libpng/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/suse91_libpng/Makefile b/emulators/suse91_libpng/Makefile index 0a8ab639c97..55293203a72 100644 --- a/emulators/suse91_libpng/Makefile +++ b/emulators/suse91_libpng/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/12/12 14:43:24 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/08 14:39:12 salo Exp $ DISTNAME= suse_libpng-${SUSE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -10,6 +10,8 @@ MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the PNG library +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base + EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC |