From c8fe16a2e7dd31b187edc8e3c8e5633077669a07 Mon Sep 17 00:00:00 2001 From: sturm Date: Sun, 28 Sep 2008 07:19:07 +0000 Subject: [PATCH] this port breaks python.port.mk's logic, it needs python during fake although NO_BUILD=Yes --- emulators/gns3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 17718437097..97a1c85a607 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/05/17 22:55:59 steven Exp $ +# $OpenBSD: Makefile,v 1.3 2008/09/28 07:19:07 sturm Exp $ COMMENT= graphical network simulator @@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gns-3/} MODULES= lang/python +BUILD_DEPENDS= ${_MODPY_BUILD_DEPENDS} RUN_DEPENDS= ::x11/py-qt4 \ ::emulators/dynamips