diff options
Diffstat (limited to 'x11-toolkits/gtk-sharp-beans/Makefile')
-rw-r--r-- | x11-toolkits/gtk-sharp-beans/Makefile | 5 |
1 files changed, 4 insertions, 1 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: |