aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-05-24 07:59:42 +0800
committerantoine <antoine@FreeBSD.org>2015-05-24 07:59:42 +0800
commitdd8eb7b113cd23c4fc6ef6ac6e62306574d2e895 (patch)
treef8dd31053d7df476ee16b5a176f45064bf7fa4ec
parentb718fff1408949a6407c416892b3ea7288ff7488 (diff)
downloadfreebsd-ports-gnome-dd8eb7b113cd23c4fc6ef6ac6e62306574d2e895.tar.gz
freebsd-ports-gnome-dd8eb7b113cd23c4fc6ef6ac6e62306574d2e895.tar.zst
freebsd-ports-gnome-dd8eb7b113cd23c4fc6ef6ac6e62306574d2e895.zip
Fix configure with mono 4
Reported by: pkg-fallout
-rw-r--r--irc/smartirc4net/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/smartirc4net/Makefile b/irc/smartirc4net/Makefile
index 72bfe08755f3..f7b670d01f2d 100644
--- a/irc/smartirc4net/Makefile
+++ b/irc/smartirc4net/Makefile
@@ -9,10 +9,8 @@ MASTER_SITES= http://www.smuxi.org/jaws/data/files/
MAINTAINER= mono@FreeBSD.org
COMMENT= Multi-layered IRC library
-BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
GNU_CONFIGURE= yes
-USES= pathfix pkgconfig gmake
+CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs
+USES= gmake mono pathfix pkgconfig
.include <bsd.port.mk>