svn commit: r489869 - head/devel/bsdowl

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 10 16:25:59 UTC 2019


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
 


More information about the svn-ports-head mailing list