summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-01-25 09:09:54 +0000
committertron <tron@pkgsrc.org>2001-01-25 09:09:54 +0000
commited88ec8f69ead27e5f138faeb4b49c179843b257 (patch)
treebe987b4c86abcb8cc2a237f2301fade45e5d37b3 /emulators
parente086a687561af6d12eccf2e8c8635b080d9464c8 (diff)
downloadpkgsrc-ed88ec8f69ead27e5f138faeb4b49c179843b257.tar.gz
Don't use path to "rpm2pkg" in build dependence for "rpm2pkg" us the
variable.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse_linux/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common
index 4ba00159bbc..0e3b1101496 100644
--- a/emulators/suse_linux/Makefile.common
+++ b/emulators/suse_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2001/01/25 09:05:34 tron Exp $
+# $NetBSD: Makefile.common,v 1.4 2001/01/25 09:09:54 tron Exp $
SUSE_VERSION?= 6.4
@@ -13,7 +13,7 @@ EMULSUBDIR= emul/linux
EMULDIR= ${PREFIX}/${EMULSUBDIR}
RPM2PKG= ${PREFIX}/sbin/rpm2pkg
-BUILD_DEPENDS+= ${PREFIX}/sbin/rpm2pkg:../../pkgtools/rpm2pkg
+BUILD_DEPENDS+= ${RPM2PKG}:../../pkgtools/rpm2pkg
# The SuSE Linux packages have circular dependencies.
LDD?= ${TRUE}