diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-14 01:40:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-14 01:40:55 +0800 |
commit | 7edb4ac11ae74246d38a8e63ee0ee965331fac19 (patch) | |
tree | 44f95ae786a179e754af2429c2939955303d10fa /lang/mono/Makefile | |
parent | d61a47322bf8ec2787059c25fe6cab840d71365a (diff) | |
download | freebsd-ports-gnome-7edb4ac11ae74246d38a8e63ee0ee965331fac19.tar.gz freebsd-ports-gnome-7edb4ac11ae74246d38a8e63ee0ee965331fac19.tar.zst freebsd-ports-gnome-7edb4ac11ae74246d38a8e63ee0ee965331fac19.zip |
Update to 0.18.
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 153c9774ec6b..197fe53767e1 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mono -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/archive/ @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= mcs.1 mint.1 mono.1 monoburg.1 monodis.1 monostyle.1 \ - sqlsharpcli.1 + sqlsharp.1 MAN5= mono-config.5 post-patch: |