diff options
author | az <az@FreeBSD.org> | 2012-07-01 13:42:55 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-07-01 13:42:55 +0800 |
commit | fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7 (patch) | |
tree | 05e35e823c6c0839698e5cbca1fb402d5046521c /multimedia | |
parent | 1012906806e6b8c0a4e2370861093f5cd51d2a52 (diff) | |
download | freebsd-ports-gnome-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.tar.gz freebsd-ports-gnome-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.tar.zst freebsd-ports-gnome-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/zoneminder/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index caff8b5f8a58..55734cc3e3f5 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -23,14 +23,14 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ pcre.1:${PORTSDIR}/devel/pcre \ avutil.1:${PORTSDIR}/multimedia/ffmpeg BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php5-extensions \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ - ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ - ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ - ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ + p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat GNU_CONFIGURE= yes |