Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 16:25:58 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489869 - head/devel/bsdowl
Message-ID:  <201901101625.x0AGPwTU098014@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Jan 10 16:25:58 2019
New Revision: 489869
URL: https://svnweb.freebsd.org/changeset/ports/489869

Log:
  devel/bsdowl: Do not set BUILD_DEPENDS twice
  
  Make GraphicsMagick a run dependency too as submitted in the original
  PR [1].
  
  PR:		194625 [1], 234696

Modified:
  head/devel/bsdowl/Makefile

Modified: head/devel/bsdowl/Makefile
==============================================================================
--- head/devel/bsdowl/Makefile	Thu Jan 10 16:06:56 2019	(r489868)
+++ head/devel/bsdowl/Makefile	Thu Jan 10 16:25:58 2019	(r489869)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bsdowl
 PORTVERSION=	2.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/michipili/bsdowl/releases/download/v${PORTVERSION}/
 
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 BUILD_DEPENDS=	gm:graphics/GraphicsMagick
-BUILD_DEPENDS=	gm:graphics/GraphicsMagick
+RUN_DEPENDS=	gm:graphics/GraphicsMagick
 
 USES=		tar:xz uidfix
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901101625.x0AGPwTU098014>