diff options
Diffstat (limited to 'emulators/suse100_compat/Makefile')
-rw-r--r-- | emulators/suse100_compat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/suse100_compat/Makefile b/emulators/suse100_compat/Makefile index 4fbef17d591..e865f3bf754 100644 --- a/emulators/suse100_compat/Makefile +++ b/emulators/suse100_compat/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/04/03 18:17:54 ghen Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_compat-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,7 +10,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package with old shared libraries -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES |