aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus-sharp
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
commita8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch)
tree2d206dd00b752621c542c0b063bec6c9471a3355 /devel/dbus-sharp
parent76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff)
downloadports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.gz
ports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.zip
Notes
Diffstat (limited to 'devel/dbus-sharp')
-rw-r--r--devel/dbus-sharp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile
index c07523bf8db2..dd92c89d84de 100644
--- a/devel/dbus-sharp/Makefile
+++ b/devel/dbus-sharp/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 0.7.0
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel gnome
-MASTER_SITES= http://cloud.github.com/downloads/mono/${PORTNAME}/
+MASTER_SITES= GHC
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono interface to the D-BUS messaging system
@@ -16,6 +16,8 @@ LICENSE= MIT
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
USES= gmake mono pathfix pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= mono
.include <bsd.port.options.mk>