diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-12 11:25:31 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-12 11:25:31 +0800 |
commit | 716e6418355dada8c9c31ae05436d73b1bb6f27f (patch) | |
tree | b93d5cce7a1dfeadd22280e28a3b9df1c3985178 /lang | |
parent | 8f4895a636f33bce043cc3b08edee07e86a02e52 (diff) | |
download | freebsd-ports-gnome-716e6418355dada8c9c31ae05436d73b1bb6f27f.tar.gz freebsd-ports-gnome-716e6418355dada8c9c31ae05436d73b1bb6f27f.tar.zst freebsd-ports-gnome-716e6418355dada8c9c31ae05436d73b1bb6f27f.zip |
Fix objformat fallout on -CURRENT.
Thanks to Andrzej Tobola and Sebastian Nowicki for lending me access to a
machine.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index d8ecd0206c33..9e1c148da434 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -8,6 +8,7 @@ PORTNAME= mono PORTVERSION= 1.2.2.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/sources/mono/ \ ${MASTER_SITE_LOCAL} @@ -21,6 +22,7 @@ CONFLICTS= mono-devel-[0-9]* mono-svn-[0-9]* USE_BISON= yes USE_GNOME= gnomehack glib20 USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure libgc/configure GNU_CONFIGURE= yes USE_LDCONFIG= yes |