From af807c205eb06edbcfc7f10e2cfcd6c5bc2c2348 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 10 Aug 2009 14:50:58 +0000 Subject: [PATCH] BUILD_DEPENDS on ant. No bump. --- geo/josm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geo/josm/Makefile b/geo/josm/Makefile index c6a4ff996f3..cadd385f6fc 100644 --- a/geo/josm/Makefile +++ b/geo/josm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2009/08/03 20:48:26 ian Exp $ +# $OpenBSD: Makefile,v 1.4 2009/08/10 14:50:58 sthen Exp $ COMMENT= OpenStreetMap map editor @@ -24,6 +24,7 @@ MODULES= java \ textproc/intltool MODJAVA_VER= 1.6+ +BUILD_DEPENDS= ::devel/apache-ant RUN_DEPENDS= ::java/javaPathHelper \ ::devel/desktop-file-utils NO_REGRESS= Yes