summaryrefslogtreecommitdiff
path: root/lang/blackdown-jre13
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-05-13 21:38:27 +0000
committerwiz <wiz@pkgsrc.org>2007-05-13 21:38:27 +0000
commit6508f81fe1136aa1b43e94dcb06baf84476a2c24 (patch)
treeb035191fb3fdb5601a84a9f40369c233b02715f6 /lang/blackdown-jre13
parentd1485facdf357fbaf191b57b440c36f03b580965 (diff)
downloadpkgsrc-6508f81fe1136aa1b43e94dcb06baf84476a2c24.tar.gz
Fix suse dependency.
From David H. Gutteridge in PR 36321.
Diffstat (limited to 'lang/blackdown-jre13')
-rw-r--r--lang/blackdown-jre13/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common
index 3a2a7ef1336..5f167facbc1 100644
--- a/lang/blackdown-jre13/Makefile.common
+++ b/lang/blackdown-jre13/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2006/05/22 22:22:03 jlam Exp $
+# $NetBSD: Makefile.common,v 1.27 2007/05/13 21:38:27 wiz Exp $
#
RELVERSION= 1.3.1
@@ -26,7 +26,7 @@ BLACKDOWN_ARCH?= ${MACHINE_ARCH}
BLACKDOWN_REL= rc1
EXTRACT_SUFX= .tar.bz2
.elif ${BLACKDOWN_ARCH} == "ppc"
-DEPENDS+= suse_base>=7.3:../../emulators/suse_base
+DEPENDS+= suse_base>=7.3:../../emulators/${SUSE_DIR_PREFIX}_base
.endif
MAINTAINER= tech-pkg@NetBSD.org
@@ -69,3 +69,5 @@ post-build:
do-install:
${INSTALL_PROGRAM_DIR} ${JVM_HOME}
cd ${WRKSRC} && ${PAX} -rw . ${JVM_HOME}
+
+.include "../../emulators/suse_linux/Makefile.application"