pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/applerecords This is a Java program. Include ja...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb6c10eeb604
branches:  trunk
changeset: 515727:fb6c10eeb604
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 07 04:06:15 2006 +0000

description:
This is a Java program.  Include java-vm.mk to get a run-time dependency
on JRE.  Bump PKGREVISION.

diffstat:

 audio/applerecords/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 7fc00711a818 -r fb6c10eeb604 audio/applerecords/Makefile
--- a/audio/applerecords/Makefile       Fri Jul 07 03:34:01 2006 +0000
+++ b/audio/applerecords/Makefile       Fri Jul 07 04:06:15 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2006/03/04 21:28:54 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/07/07 04:06:15 minskim Exp $
 #
 
 DISTNAME=              applerecords-0.5
+PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          http://www.cdavies.org/code/
 EXTRACT_SUFX=          .jar
@@ -16,6 +17,8 @@
 
 INSTALLATION_DIRS=     bin
 
+.include "../../mk/java-vm.mk"
+
 do-extract:
        ${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.jar ${WRKSRC}
        ${SED} -e 's|@SH@|${SH}|g' -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/applerecords > ${WRKSRC}/applerecords



Home | Main Index | Thread Index | Old Index