Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 12:58:07 +0200
From:      Marko =?UTF-8?B?Q3VwYcSH?= <marko.cupac@mimar.rs>
To:        freebsd-ports@freebsd.org
Subject:   Re: www/p5-RT-Extension-MandatoryOnTransition does not recognize rt40 is installed
Message-ID:  <20131018125807.0f0f0a7431eaf5da5215e26f@mimar.rs>
In-Reply-To: <20131018124618.565a9297fea92b1d45f51bf9@mimar.rs>
References:  <20131018124618.565a9297fea92b1d45f51bf9@mimar.rs>

next in thread | previous in thread | raw e-mail | index | archive | help
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 @@
=20
 LICENSE=3D	GPLv2
=20
-BUILD_DEPENDS=3D	rt>4.0.8:${PORTSDIR}/www/rt${RT_VER}
-RUN_DEPENDS=3D	rt>4.0.8:${PORTSDIR}/www/rt${RT_VER}
+BUILD_DEPENDS=3D	rt40>4.0.8:${PORTSDIR}/www/rt${RT_VER}
+RUN_DEPENDS=3D	rt40>4.0.8:${PORTSDIR}/www/rt${RT_VER}
=20
 USES=3D	perl5
 USE_PERL5=3D	configure


--=20
Marko Cupa=C4=87



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131018125807.0f0f0a7431eaf5da5215e26f>