diff options
author | az <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
commit | b696f60de705575cfdc752261066bafcfd998615 (patch) | |
tree | b98bbf33a5bfac7f3b65291d5b3455e9aa792250 /comms/p5-Device-Gsm/Makefile | |
parent | 9a292c3f202221efed7d813d68c49503c5f7cddb (diff) | |
download | FreeBSD-ports-b696f60de705575cfdc752261066bafcfd998615.zip FreeBSD-ports-b696f60de705575cfdc752261066bafcfd998615.tar.gz |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'comms/p5-Device-Gsm/Makefile')
-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 eb095b2..14daf2d 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 |