From 309f168269581dca28b1b2720cdb580b8918a412 Mon Sep 17 00:00:00 2001 From: kili Date: Mon, 24 May 2010 16:41:00 +0000 Subject: [PATCH] Zap a trailing `:' (in the ant build dependency). No build change. Found while looking for ports that use the optional `:target' specifier in build dependencies. ok ian@ (maintainer) --- geo/jeoip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geo/jeoip/Makefile b/geo/jeoip/Makefile index f3f544d8261..aa28ed11917 100644 --- a/geo/jeoip/Makefile +++ b/geo/jeoip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/05/01 13:39:37 ian Exp $ +# $OpenBSD: Makefile,v 1.9 2010/05/24 16:41:00 kili Exp $ COMMENT= Java interface to GeoIP database DISTNAME= jeoip-0.5 @@ -21,7 +21,7 @@ MASTER_SITES= http://www.darwinsys.com/freeware/ MODULES= java MODJAVA_VER= 1.5+ MODJAVA_JRERUN= Yes -BUILD_DEPENDS= :apache-ant->=1.6.1:devel/apache-ant:\ +BUILD_DEPENDS= :apache-ant->=1.6.1:devel/apache-ant \ :junit-3.8.2:java/junit REGRESS_DEPENDS= ::net/GeoIP \ :junit-3.8.2:java/junit