pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/rt3



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Mar 11 23:28:54 UTC 2017

Modified Files:
        pkgsrc/devel/rt3: Makefile

Log Message:
rt3 needs libapreq, not libapreq2. so no ap24 (yet)


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/rt3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/rt3/Makefile
diff -u pkgsrc/devel/rt3/Makefile:1.61 pkgsrc/devel/rt3/Makefile:1.62
--- pkgsrc/devel/rt3/Makefile:1.61      Sat Mar 11 23:26:32 2017
+++ pkgsrc/devel/rt3/Makefile   Sat Mar 11 23:28:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2017/03/11 23:26:32 maya Exp $
+# $NetBSD: Makefile,v 1.62 2017/03/11 23:28:54 maya Exp $
 
 DISTNAME=              rt-3.8.17
 PKGREVISION=           7
@@ -82,7 +82,7 @@ DEPENDS+=     p5-GnuPG-Interface-[0-9]*:../.
 
 # Front-end dependencies:
 .if !empty(PKG_OPTIONS:Mmodperl1)
-DEPENDS+=      p5-${APACHE_PKG_PREFIX}-libapreq>=1.2:../../www/p5-libapreq
+DEPENDS+=      p5-libapreq>=1.2:../../www/p5-libapreq
 DEPENDS+=      p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI
 .elif !empty(PKG_OPTIONS:Mmodperl2)
 DEPENDS+=      p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI



Home | Main Index | Thread Index | Old Index