diff options
author | tron <tron@pkgsrc.org> | 2001-01-25 09:05:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-25 09:05:34 +0000 |
commit | e086a687561af6d12eccf2e8c8635b080d9464c8 (patch) | |
tree | f1e53eac912e6016dfec9b9a048c416ec0eb9160 /emulators/suse_linux | |
parent | ddd87bd416b5ab4f41109b4968a7264c5ad0c908 (diff) | |
download | pkgsrc-e086a687561af6d12eccf2e8c8635b080d9464c8.tar.gz |
"rpm2pkg" is a seperate package now.
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r-- | emulators/suse_linux/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index 053fc564ef3..4ba00159bbc 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2000/12/17 13:05:44 tron Exp $ +# $NetBSD: Makefile.common,v 1.3 2001/01/25 09:05:34 tron Exp $ SUSE_VERSION?= 6.4 @@ -13,6 +13,7 @@ EMULSUBDIR= emul/linux EMULDIR= ${PREFIX}/${EMULSUBDIR} RPM2PKG= ${PREFIX}/sbin/rpm2pkg +BUILD_DEPENDS+= ${PREFIX}/sbin/rpm2pkg:../../pkgtools/rpm2pkg # The SuSE Linux packages have circular dependencies. LDD?= ${TRUE} |