diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 03:16:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 03:16:02 +0000 |
commit | 7534c05a19a9c1b31f2ba5b3a7ce2ed79e8b2a8f (patch) | |
tree | fad75fb20b4ac86072a15f40d7c1160c99919b46 /audio/p5-Music-Audioscrobbler-Submit/Makefile | |
parent | 1a1b5bf057ae9e5224aae70203e47db1b4054f59 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (miwi@ via IRC)
Notes
Notes:
svn path=/head/; revision=298325
Diffstat (limited to 'audio/p5-Music-Audioscrobbler-Submit/Makefile')
-rw-r--r-- | audio/p5-Music-Audioscrobbler-Submit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-Music-Audioscrobbler-Submit/Makefile b/audio/p5-Music-Audioscrobbler-Submit/Makefile index ce2cbaa46868..7c1fd906018f 100644 --- a/audio/p5-Music-Audioscrobbler-Submit/Makefile +++ b/audio/p5-Music-Audioscrobbler-Submit/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Module to submit songs to last.fm from MPD -BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options -RUN_DEPENDS:= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS:= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options PERL_CONFIGURE= yes |