summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>