diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:31:06 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:31:06 +0800 |
commit | b05a8fe37751aa289876d113a2ba1f68df128404 (patch) | |
tree | 82df877ced8c43f668f1f534fcdffaef4f3542ef /www/mythplugin-mythweb | |
parent | 52c562f5731f34c841ec53731465932b1b386bc1 (diff) | |
download | freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.gz freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.zst freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www/mythplugin-mythweb')
-rw-r--r-- | www/mythplugin-mythweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mythplugin-mythweb/Makefile b/www/mythplugin-mythweb/Makefile index 971a398096b4..ea799a173e69 100644 --- a/www/mythplugin-mythweb/Makefile +++ b/www/mythplugin-mythweb/Makefile @@ -18,7 +18,7 @@ DISTNAME= mythplugins-${PORTVERSION} MAINTAINER= decke@FreeBSD.org COMMENT= A frontend for scheduling and managing recordings on your MythTV Box -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql NO_BUILD= yes USE_BZIP2= yes |