diff options
author | az <az@FreeBSD.org> | 2012-06-30 02:37:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 02:37:54 +0800 |
commit | af4ec4006f463fbe1f7949aaebfee4998c65965c (patch) | |
tree | 4912cde1f66a04f2e27c57bc8768fe6f15319ed9 /net | |
parent | 6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (diff) | |
download | freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.gz freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.zst freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ekiga3/Makefile b/net/ekiga3/Makefile index b4ba8d382106..7b201f5230b3 100644 --- a/net/ekiga3/Makefile +++ b/net/ekiga3/Makefile @@ -18,7 +18,7 @@ COMMENT= VoIP and video conferencing application LIB_DEPENDS= sigc-2:${PORTSDIR}/devel/libsigc++20 \ opal-3.6.[6-9]:${PORTSDIR}/net/opal3 BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ ${LOCALBASE}/bin/scrollkeeper-config:${PORTSDIR}/textproc/rarian CONFLICTS= ekiga-2.* |