diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
commit | 3549788aa15b0ae0728b1331cd01dc5f20d0ca76 (patch) | |
tree | 68342fb1f69328250a70a12fa0a583adde8d3f52 /devel | |
parent | a669dc1c3c9825a7841a83b8b367054abdffe961 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus-sharp/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Net-DBus/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile index 589b431abc50..6637a1ca98cb 100644 --- a/devel/dbus-sharp/Makefile +++ b/devel/dbus-sharp/Makefile @@ -13,7 +13,7 @@ PKGNAMESUFFIX= -sharp MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono interface to the D-BUS messaging system -LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus BUILD_DEPENDS= monodoc:${PORTSDIR}/devel/mono-tools RUN_DEPENDS= monodoc:${PORTSDIR}/devel/mono-tools diff --git a/devel/p5-Net-DBus/Makefile b/devel/p5-Net-DBus/Makefile index 7d4c8c6e0b3b..31985638c48a 100644 --- a/devel/p5-Net-DBus/Makefile +++ b/devel/p5-Net-DBus/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-DBus PORTVERSION= 0.32.3 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= novel@FreeBSD.org COMMENT= Perl extension for the DBus message system -LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus USE_GNOME= pkgconfig PERL_CONFIGURE= yes |