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-Glade2/Makefile | |
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-Glade2/Makefile')
-rw-r--r-- | x11-toolkits/p5-Glade2/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile index 34bae5b2bb55..f5c9aeed867b 100644 --- a/x11-toolkits/p5-Glade2/Makefile +++ b/x11-toolkits/p5-Glade2/Makefile @@ -18,12 +18,12 @@ DISTNAME= Gtk2-GladeXML-${PORTVERSION} MAINTAINER= ports@c0decafe.net COMMENT= Gtk2-Perl bindings to libglade2 -EXTRACT_DEPENDS=${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo \ - ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +EXTRACT_DEPENDS=p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends +BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \ + p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig +RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 USE_GNOME= libglade2 PERL_CONFIGURE= yes |