diff options
Diffstat (limited to 'devel/mono-tools/Makefile')
-rw-r--r-- | devel/mono-tools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/mono-tools/Makefile b/devel/mono-tools/Makefile index aad8bd8e0049..9a65fbeed933 100644 --- a/devel/mono-tools/Makefile +++ b/devel/mono-tools/Makefile @@ -7,8 +7,7 @@ # PORTNAME= mono-tools -PORTVERSION= 2.4.2 -PORTREVISION= 2 +PORTVERSION= 2.6.2 CATEGORIES= devel MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ @@ -26,6 +25,7 @@ USE_GMAKE= yes USE_GECKO= libxul MAN1= create-native-map.1 gendarme.1 mprof-decoder.1 mprof-heap-viewer.1 +MAN5= gendarme.5 .include <bsd.port.pre.mk> @@ -40,4 +40,5 @@ post-patch: 's|@datadir@/man/man1|@mandir@/man1|g' .include "${PORTSDIR}/lang/mono/bsd.mono.mk" +.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .include <bsd.port.post.mk> |