From e35c2dc1b8bffdf20cb101498de95c8139099423 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 18 Jan 2016 16:49:38 +0000 Subject: [PATCH] third time lucky: comms/qtserialport should be an LDEP not a BDEP --- cad/fritzing/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index 9879c8ed187..a3ef264fd37 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2016/01/18 16:35:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2016/01/18 16:49:38 sthen Exp $ COMMENT= interactive electronics designing software @@ -28,9 +28,8 @@ PERMIT_PACKAGE_CDROM = Yes MODULES= x11/qt4 NO_TEST= Yes -BUILD_DEPENDS= comms/qtserialport \ - devel/boost - +LIB_DEPENDS= comms/qtserialport +BUILD_DEPENDS= devel/boost RUN_DEPENDS= devel/desktop-file-utils pre-configure: