diff options
author | fredb <fredb@pkgsrc.org> | 2004-12-29 17:16:30 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2004-12-29 17:16:30 +0000 |
commit | 4347a802cced49fc35dde83649989d0d8407b9a4 (patch) | |
tree | 9f5095cbbb9e03e657d3138aea563dfd085daf88 /comms/p5-Device-SerialPort/Makefile | |
parent | a5a4aa9f63cf742616eb0a09c2e01566cc30bf65 (diff) | |
download | pkgsrc-4347a802cced49fc35dde83649989d0d8407b9a4.tar.gz |
Make the dependency on p5-perl-headers slightly more restrictive, to
force recompiling of it after the base system is upgraded, as suggested
by Juergen Hannken-Illjes in an addendum to PR pkg/28754.
Diffstat (limited to 'comms/p5-Device-SerialPort/Makefile')
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index 073d4ded450..be9438723dd 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/12/20 11:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/29 17:16:30 fredb Exp $ # DISTNAME= Device-SerialPort-0.12 @@ -12,7 +12,7 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://members.aol.com/Bbirthisel/alpha.html COMMENT= POSIX-based Perl module to control your serial port -DEPENDS+= p5-perl-headers-[0-9]*:../../devel/p5-perl-headers +DEPENDS+= p5-perl-headers-${OS_VERSION}{,nb*}:../../devel/p5-perl-headers USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Device/SerialPort/.packlist |