diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 21:11:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 21:11:43 +0800 |
commit | 624994999921592fe0d77fad3cfa41b4139f339a (patch) | |
tree | 70b9765f3e6a73ab132b6f15d1090fd496766c75 /mail | |
parent | 23aea6526fa89097f2c92775ade3ecad5d03ee03 (diff) | |
download | freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.tar.gz freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.tar.zst freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.zip |
Convert to USES=mono
With hat: portmgr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime26-sharp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gmime26-sharp/Makefile b/mail/gmime26-sharp/Makefile index 6702dafecbbb..19b3b0c685d4 100644 --- a/mail/gmime26-sharp/Makefile +++ b/mail/gmime26-sharp/Makefile @@ -10,6 +10,7 @@ COMMENT= Mono bindings for gmime LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 +USES= mono MASTERDIR= ${.CURDIR}/../gmime26 BUILD_WRKSRC= ${WRKSRC}/mono INSTALL_WRKSRC= ${BUILD_WRKSRC} @@ -27,5 +28,4 @@ pre-configure: @${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \ ${WRKSRC}/mono/gmime-sharp.dll.config.in -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include "${MASTERDIR}/Makefile" |