diff options
author | Romain Tartière <romain@FreeBSD.org> | 2014-02-15 13:01:41 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2014-02-15 13:01:41 +0000 |
commit | 41c6264c9863d0c1844cd1995c11103123be8784 (patch) | |
tree | 8b40a2181c3df8b97259206614ac2bc5f019d8ee | |
parent | b63b2e2f39dbe7e8c2a90b09b140cc38447b8735 (diff) | |
download | ports-41c6264c9863d0c1844cd1995c11103123be8784.tar.gz ports-41c6264c9863d0c1844cd1995c11103123be8784.zip |
Notes
-rw-r--r-- | x11-toolkits/gtk-sharp-beans/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp-beans/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp-beans/Makefile b/x11-toolkits/gtk-sharp-beans/Makefile index cca03d078d5a..e81d61fdf663 100644 --- a/x11-toolkits/gtk-sharp-beans/Makefile +++ b/x11-toolkits/gtk-sharp-beans/Makefile @@ -2,20 +2,23 @@ PORTNAME= gtk-sharp-beans PORTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= Extensions on top of GTK-sharp +LICENSE= LGPL21 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:${PORTSDIR}/devel/gio-sharp RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USES= gmake pkgconfig USE_BZIP2= yes +MAKE_JOBS_UNSAFE=yes -NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/x11-toolkits/gtk-sharp-beans/pkg-descr b/x11-toolkits/gtk-sharp-beans/pkg-descr index bda2b25007dc..7fb415d7f6fb 100644 --- a/x11-toolkits/gtk-sharp-beans/pkg-descr +++ b/x11-toolkits/gtk-sharp-beans/pkg-descr @@ -4,4 +4,4 @@ the blings and desktop integration stuffs anyone would want to use. It builds on top of Gtk# and extend it by adding new classes and extension methods. -WWW: http://gitorious.org/gtk-sharp-beans +WWW: http://gitorious.org/gtk-sharp-beans |