diff options
author | tron <tron> | 2001-01-25 09:05:34 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-25 09:05:34 +0000 |
commit | 1cc8045892fa6b7be9cdd7ac577d86af3fc6ee6d (patch) | |
tree | f1e53eac912e6016dfec9b9a048c416ec0eb9160 /emulators | |
parent | 46bdfa1cb05888ca4a39e7a100c615636aa4da48 (diff) | |
download | pkgsrc-1cc8045892fa6b7be9cdd7ac577d86af3fc6ee6d.tar.gz |
"rpm2pkg" is a seperate package now.
Diffstat (limited to 'emulators')
-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} |