summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2001-04-30 04:16:08 +0000
committerjlam <jlam>2001-04-30 04:16:08 +0000
commit115ac77ca3416f78c435aa05ac75049611505a52 (patch)
tree4df1f1abf992be64492c3e2b45175d328bd55bb6
parenta668012cab7c89b65066ea5ad03edbde9e2a1a09 (diff)
downloadpkgsrc-115ac77ca3416f78c435aa05ac75049611505a52.tar.gz
Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
-rw-r--r--devel/libgtop/Makefile4
-rw-r--r--devel/ptl2/Makefile4
-rw-r--r--finance/gnucash/Makefile4
-rw-r--r--fonts/jisx0208fonts/Makefile4
-rw-r--r--graphics/Mesa-glx/Makefile4
-rw-r--r--graphics/plplot/Makefile4
-rw-r--r--lang/moscow_ml/Makefile4
-rw-r--r--net/ethereal/Makefile4
-rw-r--r--net/freewais-sf/Makefile4
-rw-r--r--net/md-whois/Makefile4
-rw-r--r--security/openssh/Makefile4
-rw-r--r--security/openssl/Makefile4
-rw-r--r--security/pgp5/Makefile4
-rw-r--r--sysutils/xps/Makefile4
-rw-r--r--textproc/eperl/Makefile4
-rw-r--r--x11/gtk/Makefile4
16 files changed, 32 insertions, 32 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 2706c8ef5e9..c6ec753b622 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2001/04/06 21:52:11 rh Exp $
+# $NetBSD: Makefile,v 1.52 2001/04/30 04:16:08 jlam Exp $
DISTNAME= libgtop-1.0.12
CATEGORIES= devel gnome
@@ -8,7 +8,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.home-of-linux.org/gnome/libgtop/
COMMENT= library to retrieve system information, used in GNOME
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
BUILD_USES_MSGFMT= yes
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= guile-[0-9]*:../../lang/guile
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile
index 0ffe823a058..87107af9c6a 100644
--- a/devel/ptl2/Makefile
+++ b/devel/ptl2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2001/03/27 03:19:53 hubertf Exp $
+# $NetBSD: Makefile,v 1.32 2001/04/30 04:16:09 jlam Exp $
DISTNAME= PTL-2.1.7
PKGNAME= ptl-2.1.7
@@ -11,7 +11,7 @@ MAINTAINER= msaitoh@netbsd.org
HOMEPAGE= http://www.media.osaka-cu.ac.jp/~k-abe/PTL/
COMMENT= Portable user-level Thread Library 2 written by Kota Abe
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}"
PLIST_SRC= ${WRKDIR}/PLIST
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 11fd3d61a94..fd2257e0317 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/23 15:46:42 mjl Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/30 04:16:09 jlam Exp $
#
DISTNAME= gnucash-1.4.11
@@ -15,7 +15,7 @@ DEPENDS+= gnome-libs>=1.0.40:../../x11/gnome-libs
DEPENDS+= eperl-2.2.14:../../textproc/eperl
DEPENDS+= g-wrap>=0.9.5:../../devel/g-wrap
DEPENDS+= guile-slib-2c8:../../devel/guile-slib
-DEPENDS+= libperl-5.*:../../lang/libperl
+DEPENDS+= libperl>=${PERL5_REQD}:../../lang/libperl
DEPENDS+= swig-1.1p5:../../devel/swig
DEPENDS+= libxml>=1.8.7:../../textproc/libxml
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile
index 649ca9c80d6..25d8b9f9cf1 100644
--- a/fonts/jisx0208fonts/Makefile
+++ b/fonts/jisx0208fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/04/19 16:09:29 kei Exp $
+# $NetBSD: Makefile,v 1.17 2001/04/30 04:16:09 jlam Exp $
#
DISTNAME= jisx0208fonts-20010112
@@ -54,7 +54,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.shinonome
SHINONOME_CONFIGURE_ENV=${CONFIGURE_ENV} PERL="${PERL5}"
SHINONOME_CONFIGURE_ARGS=${CONFIGURE_ARGS} --with-fontdir=${FONTDIR} --disable-progressbar
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
.endif
MASTER_SITES+= ftp://ftp.jaist.ac.jp/pub/misc/character/fonts/kappa/
diff --git a/graphics/Mesa-glx/Makefile b/graphics/Mesa-glx/Makefile
index ed669b547b7..8f521a1fe04 100644
--- a/graphics/Mesa-glx/Makefile
+++ b/graphics/Mesa-glx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/04/02 18:40:55 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2001/04/30 04:16:10 jlam Exp $
DISTNAME= glx-20000813
PKGNAME= Mesa-${DISTNAME}
@@ -13,7 +13,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://utah-glx.sourceforge.net/
COMMENT= OpenGL like graphics library with GLX hardware acceleration
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+= tcl-8.3.2nb1:../../lang/tcl
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile
index cfb96c52168..a1400e960df 100644
--- a/graphics/plplot/Makefile
+++ b/graphics/plplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/04/28 23:59:19 jtb Exp $
+# $NetBSD: Makefile,v 1.16 2001/04/30 04:16:10 jlam Exp $
DISTNAME= plplot-5.0.3
CATEGORIES= graphics
@@ -12,7 +12,7 @@ DEPENDS+= tcl>=8.3.0:../../lang/tcl
DEPENDS+= tk>=8.3.0:../../x11/tk
BUILD_DEPENDS+= m4>=1.4:../../devel/m4
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
GNU_CONFIGURE= #defined
USE_GMAKE= #defined
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile
index 327690e27bf..b3fcb8ed4ac 100644
--- a/lang/moscow_ml/Makefile
+++ b/lang/moscow_ml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/03/27 03:20:03 hubertf Exp $
+# $NetBSD: Makefile,v 1.16 2001/04/30 04:16:10 jlam Exp $
DISTNAME= mos20src
PKGNAME= moscow_ml-2.00
@@ -11,7 +11,7 @@ MAINTAINER= lamj@stat.cmu.edu
HOMEPAGE= http://www.dina.kvl.dk/~sestoft/mosml.html
COMMENT= Moscow ML, a version of Standard ML
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
ALL_TARGET= clean world
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 8576a74d483..020b2dd8171 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2001/03/27 03:20:09 hubertf Exp $
+# $NetBSD: Makefile,v 1.45 2001/04/30 04:16:10 jlam Exp $
#
ETHEREAL_VERSION= 0.8.16
@@ -13,7 +13,7 @@ COMMENT= Network protocol analyzer
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= ucd-snmp>=4.1.2:../../net/ucd-snmp
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
USE_X11= YES
USE_SSL= YES
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile
index 5a78ba33e36..db7c7d74ab8 100644
--- a/net/freewais-sf/Makefile
+++ b/net/freewais-sf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/27 03:20:10 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/30 04:16:10 jlam Exp $
#
DISTNAME= freeWAIS-sf-2.2.12
@@ -10,7 +10,7 @@ MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://ls6-www.informatik.uni-dortmund.de/ir/projects/freeWAIS-sf/index.html
COMMENT= Enhanced Wide Area Information Server
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
USE_LIBTOOL= # defined
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile
index 5fef8d869d5..c3aee4a4137 100644
--- a/net/md-whois/Makefile
+++ b/net/md-whois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/03/27 03:20:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2001/04/30 04:16:10 jlam Exp $
DISTNAME= whois_4.5.2
PKGNAME= md-whois-4.5.2
@@ -9,7 +9,7 @@ MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.linux.it/~md/software/
COMMENT= Improved whois client
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
WRKSRC= ${WRKDIR}/whois-4.5.2
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 916cd938b1b..35b906fbd26 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2001/04/16 03:03:07 tron Exp $
+# $NetBSD: Makefile,v 1.48 2001/04/30 04:16:11 jlam Exp $
DISTNAME= openssh-2.5.2p2
CATEGORIES= security
@@ -14,7 +14,7 @@ COMMENT= Open Source Secure shell client and server (remote login program)
CONFLICTS= sftp-*
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
CRYPTO= yes
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 36e4212a83b..b143037033d 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2001/04/17 23:32:34 itojun Exp $
+# $NetBSD: Makefile,v 1.39 2001/04/30 04:16:11 jlam Exp $
DISTNAME= openssl-0.9.6
CATEGORIES= security
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.openssl.org/
COMMENT= Secure Socket Layer and cryptographic library
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
CONFLICTS= SSLeay-* ssleay-* base64-*
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile
index bdd4730d2d9..c4d69e6c1fd 100644
--- a/security/pgp5/Makefile
+++ b/security/pgp5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/04/11 21:49:16 jtb Exp $
+# $NetBSD: Makefile,v 1.15 2001/04/30 04:16:11 jlam Exp $
#
DISTNAME= pgp50i-unix-src
@@ -18,7 +18,7 @@ MAINTAINER= mjl@netbsd.org
HOMEPAGE= http://www.pgpi.com/
COMMENT= New, international, Public-Key encryption and digital signature utility
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
CONFLICTS= pgraf-* # Both have a `pgps' executable
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile
index d8f075d5808..1c926375029 100644
--- a/sysutils/xps/Makefile
+++ b/sysutils/xps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/03/27 03:20:18 hubertf Exp $
+# $NetBSD: Makefile,v 1.13 2001/04/30 04:16:11 jlam Exp $
DISTNAME= xps-3.14
CATEGORIES= sysutils
@@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/
COMMENT= displays the Unix process list as a hierarchical tree
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
USE_GMAKE= # defined
USE_X11BASE= # defined
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile
index 4b90f8f8018..6323a185178 100644
--- a/textproc/eperl/Makefile
+++ b/textproc/eperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/27 03:20:19 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/30 04:16:12 jlam Exp $
#
DISTNAME= eperl-2.2.14
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.engelschall.com/sw/eperl/
COMMENT= Interpreter/preprocessor for Perl embedded in text documents
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-DEPENDS= libperl-5.*:../../lang/libperl
+DEPENDS= libperl>=${PERL5_REQD}:../../lang/libperl
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Parse/ePerl/.packlist
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile
index e6c920b73a5..ab4e635298b 100644
--- a/x11/gtk/Makefile
+++ b/x11/gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2001/04/29 05:13:57 rh Exp $
+# $NetBSD: Makefile,v 1.57 2001/04/30 04:16:12 jlam Exp $
DISTNAME= gtk+-1.2.10
CATEGORIES= x11
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.gtk.org/
COMMENT= Gimp toolkit. Libraries for building X11 user interfaces
DEPENDS+= glib>=1.2.8:../../devel/glib
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
BUILD_USES_MSGFMT= yes
USE_LIBINTL= yes