diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:59:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:59:45 +0000 |
commit | ad33b9c6732ba9466070be1bd8618f82c0af7027 (patch) | |
tree | 79aec42810ae9be464e2f743cffc0108ff646ed3 /lang | |
parent | Add gtk-thinice-engine, a simple, clean GTK+-2 theme. (diff) |
Chase glib20's shared lib version.
Notes
Notes:
svn path=/head/; revision=75043
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 13ba239fbeb2..787775e6d02b 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -7,13 +7,14 @@ PORTNAME= mono PORTVERSION= 0.19 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/archive/ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \ +LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 \ gc.1:${PORTSDIR}/devel/boehm-gc USE_LIBTOOL= yes |