diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
commit | a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch) | |
tree | 40fe0a02e0758fc49c8157653539df882d0f43e7 /x11-toolkits/p5-Gtk2-GladeXML | |
parent | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300277
Diffstat (limited to 'x11-toolkits/p5-Gtk2-GladeXML')
-rw-r--r-- | x11-toolkits/p5-Gtk2-GladeXML/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk2-GladeXML/Makefile b/x11-toolkits/p5-Gtk2-GladeXML/Makefile index 9ff973c386a6..3a6a2d39f0b8 100644 --- a/x11-toolkits/p5-Gtk2-GladeXML/Makefile +++ b/x11-toolkits/p5-Gtk2-GladeXML/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ p5-ExtUtils-Depends>=0.3:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1.1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo + p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 |