diff options
author | pav <pav@FreeBSD.org> | 2009-01-14 22:09:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-14 22:09:58 +0800 |
commit | c934c4e4b166095160d62e611d261056689e292f (patch) | |
tree | 9994572f86b2a8e67129ac27c0d1d0aecd4db525 | |
parent | 4b1c72a746b79655613a39e8b19cc45a1164b6fd (diff) | |
download | freebsd-ports-gnome-c934c4e4b166095160d62e611d261056689e292f.tar.gz freebsd-ports-gnome-c934c4e4b166095160d62e611d261056689e292f.tar.zst freebsd-ports-gnome-c934c4e4b166095160d62e611d261056689e292f.zip |
- Fix depobj not to hardcode perl version
Reported by: pointyhat
-rw-r--r-- | devel/p5-Device-USB/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-usb/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Device-USB/Makefile b/devel/p5-Device-USB/Makefile index 0b76ac8eed96..739116a227fa 100644 --- a/devel/p5-Device-USB/Makefile +++ b/devel/p5-Device-USB/Makefile @@ -16,7 +16,7 @@ DISTNAME= Device-USB-${PORTVERSION} MAINTAINER= jwbacon@tds.net COMMENT= Perl wrapper for libusb -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.8.8/Inline.pm:${PORTSDIR}/devel/p5-Inline +BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb WRKSRC= ${WRKDIR}/Device-USB-0.21 diff --git a/devel/p5-usb/Makefile b/devel/p5-usb/Makefile index 0b76ac8eed96..739116a227fa 100644 --- a/devel/p5-usb/Makefile +++ b/devel/p5-usb/Makefile @@ -16,7 +16,7 @@ DISTNAME= Device-USB-${PORTVERSION} MAINTAINER= jwbacon@tds.net COMMENT= Perl wrapper for libusb -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.8.8/Inline.pm:${PORTSDIR}/devel/p5-Inline +BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb WRKSRC= ${WRKDIR}/Device-USB-0.21 |