diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
commit | 1e01e8e206d6efb10482c3a9fe2f3d335334506d (patch) | |
tree | e4105d931a03ee54571d2a49c8b80ce3cd5ffba3 /comms/p5-Device-Gsm | |
parent | 9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1 (diff) |
Notes
Diffstat (limited to 'comms/p5-Device-Gsm')
-rw-r--r-- | comms/p5-Device-Gsm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/p5-Device-Gsm/Makefile b/comms/p5-Device-Gsm/Makefile index eb095b20a3cc..14daf2df739d 100644 --- a/comms/p5-Device-Gsm/Makefile +++ b/comms/p5-Device-Gsm/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= anders@FreeBSD.org COMMENT= Perl interface to GSM phones/modems on serial ports -BUILD_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem -RUN_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem +BUILD_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem +RUN_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem PERL_CONFIGURE= yes |