diff options
author | ahze <ahze@FreeBSD.org> | 2007-10-10 22:18:04 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-10-10 22:18:04 +0800 |
commit | dbfaf6a4cb538c28d822d311f26a89c9ff6b5c2e (patch) | |
tree | d83a28efc227d402709783beed90326fea29cdf2 /graphics/p5-Cairo/Makefile | |
parent | b4179f0078ca22e1f55de1e5171ad2ee0c573c54 (diff) | |
download | freebsd-ports-gnome-dbfaf6a4cb538c28d822d311f26a89c9ff6b5c2e.tar.gz freebsd-ports-gnome-dbfaf6a4cb538c28d822d311f26a89c9ff6b5c2e.tar.zst freebsd-ports-gnome-dbfaf6a4cb538c28d822d311f26a89c9ff6b5c2e.zip |
Update to 1.042
Diffstat (limited to 'graphics/p5-Cairo/Makefile')
-rw-r--r-- | graphics/p5-Cairo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile index 27440d1d2f4b..0ddb718a30cb 100644 --- a/graphics/p5-Cairo/Makefile +++ b/graphics/p5-Cairo/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Cairo -PORTVERSION= 1.041 +PORTVERSION= 1.042 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk2-perl @@ -17,7 +17,8 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= Perl bindings to the cairo graphics library BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig + ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + ${SITE_PERL}/Test/Number/Delta.pm:${PORTSDIR}/devel/p5-Test-Number-Delta LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo RUN_DEPENDS= ${BUILD_DEPENDS} |