From c1c05c48a3139da433f5c27b958c924c0e1c6b58 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 15 Mar 2009 13:31:58 +0000 Subject: [PATCH] fix depends --- editors/tea/Makefile | 5 +++-- emulators/dynagen/Makefile | 3 ++- emulators/gns3/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 96cdbf81c72..cbdabe87a71 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2008/07/15 14:22:16 landry Exp $ +# $OpenBSD: Makefile,v 1.6 2009/03/15 13:31:58 espie Exp $ COMMENT= powerful and simple GTK editor DISTNAME= teagtk-17.6.5 +PKGNAME = ${DISTNAME}p0 CATEGORIES= editors x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tea-editor/} EXTRACT_SUFX= .tar.bz2 @@ -18,7 +19,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes LIB_DEPENDS= gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 \ - gtksourceview-2.0:gtksourceview-2.*:x11/gtksourceview \ + gtksourceview-2.0:gtksourceview->=2,<3:x11/gtksourceview \ aspell.>=16:aspell-*:textproc/aspell/core \ zzip.>=13::archivers/zziplib RUN_DEPENDS= ::textproc/antiword diff --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile index d22c5625e54..8c9da5f5ae3 100644 --- a/emulators/dynagen/Makefile +++ b/emulators/dynagen/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2008/11/23 14:24:21 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2009/03/15 13:31:58 espie Exp $ COMMENT= front-end for dynamips cisco emulator DISTNAME= dynagen-0.11.0 +PKGNAME = ${DISTNAME}p0 CATEGORIES= emulators HOMEPAGE= http://dynagen.org/ diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 571215f07a6..3a968418ab2 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2009/01/07 20:32:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2009/03/15 13:31:58 espie Exp $ COMMENT= graphical network simulator MODPY_EGG_VERSION= 0.5 V= 0.6 DISTNAME= GNS3-$V-src -PKGNAME= gns3-$V +PKGNAME= gns3-$Vp0 CATEGORIES= emulators