summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-31 10:03:53 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-31 10:03:53 +0800
commitdaf4215c5a99bf8ada73eddbcd5a576d23443401 (patch)
treeb52a0649b68051c2cae79720b9d749e18cf00e13 /net
parent838fec6aba1abacc1a505d0a7803b72582aa397d (diff)
downloadmarcuscom-ports-daf4215c5a99bf8ada73eddbcd5a576d23443401.tar
marcuscom-ports-daf4215c5a99bf8ada73eddbcd5a576d23443401.tar.gz
marcuscom-ports-daf4215c5a99bf8ada73eddbcd5a576d23443401.tar.bz2
marcuscom-ports-daf4215c5a99bf8ada73eddbcd5a576d23443401.tar.lz
marcuscom-ports-daf4215c5a99bf8ada73eddbcd5a576d23443401.tar.xz
marcuscom-ports-daf4215c5a99bf8ada73eddbcd5a576d23443401.tar.zst
marcuscom-ports-daf4215c5a99bf8ada73eddbcd5a576d23443401.zip
add ':' in the RUN_DEPENDS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15665 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r--net/avahi-gtk/Makefile4
-rw-r--r--net/avahi-gtk3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/avahi-gtk/Makefile b/net/avahi-gtk/Makefile
index d87daae6f..b521c41b4 100644
--- a/net/avahi-gtk/Makefile
+++ b/net/avahi-gtk/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/net/avahi-gtk/Makefile,v 1.4 2011/03/31 01:51:20 mezz Exp $
#
PORTREVISION= 1
@@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Gtk+ tools and bindings to the Avahi mDNS system
LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi-app
-RUN_DEPENDS= avahi-header>=0.6${PORTSDIR}/net/avahi-header
+RUN_DEPENDS= avahi-header>=0.6:${PORTSDIR}/net/avahi-header
MASTERDIR= ${.CURDIR}/../avahi-app
BUILD_WRKSRC= ${WRKSRC}/avahi-ui
diff --git a/net/avahi-gtk3/Makefile b/net/avahi-gtk3/Makefile
index 2b6fa1710..da56f7e69 100644
--- a/net/avahi-gtk3/Makefile
+++ b/net/avahi-gtk3/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/avahi-gtk3/Makefile,v 1.1 2011/02/23 15:13:28 kwm Exp $
+# $MCom: ports/net/avahi-gtk3/Makefile,v 1.2 2011/03/31 01:51:21 mezz Exp $
#
PORTREVISION= 1
@@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Gtk+ 3 library to the Avahi mDNS system
LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi-app
-RUN_DEPENDS= avahi-header>=0.6${PORTSDIR}/net/avahi-header
+RUN_DEPENDS= avahi-header>=0.6:${PORTSDIR}/net/avahi-header
MASTERDIR= ${.CURDIR}/../avahi-app
BUILD_WRKSRC= ${WRKSRC}/avahi-ui