www/p5-RT-Extension-MandatoryOnTransition does not recognize rt40 is installed

Marko Cupać marko.cupac at mimar.rs
Fri Oct 18 10:58:23 UTC 2013


This Makefile patch solved it for me, don't know if that is the correct
way:

--- Makefile.orig	2013-10-18 12:53:19.000000000 +0200
+++ Makefile	2013-10-18 12:53:32.000000000 +0200
@@ -12,8 +12,8 @@
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	rt>4.0.8:${PORTSDIR}/www/rt${RT_VER}
-RUN_DEPENDS=	rt>4.0.8:${PORTSDIR}/www/rt${RT_VER}
+BUILD_DEPENDS=	rt40>4.0.8:${PORTSDIR}/www/rt${RT_VER}
+RUN_DEPENDS=	rt40>4.0.8:${PORTSDIR}/www/rt${RT_VER}
 
 USES=	perl5
 USE_PERL5=	configure


-- 
Marko Cupać


More information about the freebsd-ports mailing list