diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-24 08:07:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-24 08:07:32 +0000 |
commit | 4989325a047ecfbcd4bb2ee1a23f3cf72334fc35 (patch) | |
tree | c74160d49878cee2732c04be3a38a4e00bc72413 | |
parent | 76180fac33648d9096ee3c6249926f17542c51d9 (diff) | |
download | freebsd-ports-4989325a047ecfbcd4bb2ee1a23f3cf72334fc35.zip |
- Fix configure with mono 4
- Add orphaned mime database to plist
-rw-r--r-- | devel/monodevelop/Makefile | 3 | ||||
-rw-r--r-- | devel/monodevelop/pkg-plist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/monodevelop/Makefile b/devel/monodevelop/Makefile index ffca7d62e433..b05406be32df 100644 --- a/devel/monodevelop/Makefile +++ b/devel/monodevelop/Makefile @@ -3,6 +3,7 @@ PORTNAME= monodevelop PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ DISTFILES= ${DISTNAME}-0${EXTRACT_SUFX} @@ -17,6 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libgdiplus.a:${PORTSDIR}/x11-toolkits/libgdiplus \ USE_GNOME= gtksharp20 gnomesharp20 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-update-mimedb --disable-update-desktopdb +CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs USES= desktop-file-utils gettext gmake mono pathfix shared-mime-info tar:bzip2 INSTALLS_ICONS= yes diff --git a/devel/monodevelop/pkg-plist b/devel/monodevelop/pkg-plist index 8300d766c5c5..5681baa4f6aa 100644 --- a/devel/monodevelop/pkg-plist +++ b/devel/monodevelop/pkg-plist @@ -361,3 +361,4 @@ share/locale/sv/LC_MESSAGES/monodevelop.mo share/locale/tr/LC_MESSAGES/monodevelop.mo share/locale/zh_CN/LC_MESSAGES/monodevelop.mo share/locale/zh_TW/LC_MESSAGES/monodevelop.mo +share/mime/packages/monodevelop.xml |