diff options
author | marino <marino@FreeBSD.org> | 2013-08-14 18:54:04 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-14 18:54:04 +0800 |
commit | 74c8438621367af8225b7055c4412e622fb66df3 (patch) | |
tree | 63d22c35be9902d581deeba725e53d8d9215fe57 /devel | |
parent | 021cd0967cd9eff8d5adfbde8fa4094f8db1b2c0 (diff) | |
download | freebsd-ports-gnome-74c8438621367af8225b7055c4412e622fb66df3.tar.gz freebsd-ports-gnome-74c8438621367af8225b7055c4412e622fb66df3.tar.zst freebsd-ports-gnome-74c8438621367af8225b7055c4412e622fb66df3.zip |
devel/gio-sharp: Mark jobs unsafe
Pet portlint (trim headers, fix web), replace USE_GMAKE
Approved by: bapt/culot (mentors, implicit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gio-sharp/Makefile | 10 | ||||
-rw-r--r-- | devel/gio-sharp/pkg-descr | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/gio-sharp/Makefile b/devel/gio-sharp/Makefile index a6340f0c92bf..11b308046fb9 100644 --- a/devel/gio-sharp/Makefile +++ b/devel/gio-sharp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gio-sharp -# Date created: 2011-04-26 -# Whom: Romain Tartiere <romain@FreeBSD.org> -# +# Created by: Romain Tartiere <romain@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gio-sharp PORTVERSION= 2.22.3 @@ -16,7 +12,9 @@ COMMENT= GIO bindings not available in gtk-sharp USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_GNOME= gnomehack gtksharp20 +MAKE_JOBS_UNSAFE=yes + .include <bsd.port.mk> diff --git a/devel/gio-sharp/pkg-descr b/devel/gio-sharp/pkg-descr index e2aa0339c776..323e2351f613 100644 --- a/devel/gio-sharp/pkg-descr +++ b/devel/gio-sharp/pkg-descr @@ -1,3 +1,3 @@ gio-sharp binds the GIO API, which isn't available in Gtk#. -WWW: http://github.com/mono/gio-sharp +WWW: http://github.com/mono/gio-sharp |