diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2005-10-13 11:13:39 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2005-10-13 11:13:39 +0800 |
commit | 25c2cbf538f0029a023b3e8240b48a487f42d49b (patch) | |
tree | d03eac9fb0bce83eea310e47851733af8880f85d /mail/gmime2-sharp/Makefile | |
parent | 666af55ef9b151509276e2eb7b126f1bfbc0db51 (diff) | |
download | freebsd-ports-gnome-25c2cbf538f0029a023b3e8240b48a487f42d49b.tar.gz freebsd-ports-gnome-25c2cbf538f0029a023b3e8240b48a487f42d49b.tar.zst freebsd-ports-gnome-25c2cbf538f0029a023b3e8240b48a487f42d49b.zip |
Fix pkg-plist. This was caused by differences between the gacutil in
Mono 1.1.8.x (FreeBSD ports tree) and Mono 1.1.9.x (BSD# ports tree)
and the inclussion of the Mono Debugger in 1.1.9.x which was used when
creating this port.
Approved by: ahze (mentor)
Notified by: krismail
Diffstat (limited to 'mail/gmime2-sharp/Makefile')
-rw-r--r-- | mail/gmime2-sharp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile index aa09a73756cd..e4ce66696f4c 100644 --- a/mail/gmime2-sharp/Makefile +++ b/mail/gmime2-sharp/Makefile @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.9 2005/09/25 00:56:46 tmclau02 Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -sharp |