diff options
author | az <az@FreeBSD.org> | 2012-06-04 13:15:46 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 13:15:46 +0800 |
commit | a6a4b6069bb9ac760485d1cfc053ac337c25360b (patch) | |
tree | 709746585710ced33f711628456180c3f3d9a6ae /misc | |
parent | d8feeaadff9c1ce707500eaa1fac690672ef2399 (diff) | |
download | freebsd-ports-gnome-a6a4b6069bb9ac760485d1cfc053ac337c25360b.tar.gz freebsd-ports-gnome-a6a4b6069bb9ac760485d1cfc053ac337c25360b.tar.zst freebsd-ports-gnome-a6a4b6069bb9ac760485d1cfc053ac337c25360b.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Business-UPS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile index 592b7b92c008..133cd09a6476 100644 --- a/misc/p5-Business-UPS/Makefile +++ b/misc/p5-Business-UPS/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A UPS Interface Module -BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |