diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-19 15:55:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-19 15:55:12 +0800 |
commit | b41ca11df6b96ae12aaa9048905a5fe72df23f99 (patch) | |
tree | 31cc0afd29a294ae7cb21d2a90c8a55c49fe9b69 /net | |
parent | 5436f2b9bb1ed14a1e25c855c5972633c87ed724 (diff) | |
download | marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.tar marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.tar.gz marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.tar.bz2 marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.tar.lz marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.tar.xz marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.tar.zst marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.zip |
Switch to new USES=perl5 framework. Old style was removed. This should unbreak
these ports. [1]
While here switch to new LIB_DEPEND syntax. Let me know if I screwed
something up.
Noticed by: Gustau [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18682 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ekiga3/Makefile b/net/ekiga3/Makefile index 54a6ad745..96745f1c2 100644 --- a/net/ekiga3/Makefile +++ b/net/ekiga3/Makefile @@ -19,10 +19,9 @@ BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool \ CONFLICTS= ekiga-2.* -USE_PERL5= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix perl5 pkgconfig USE_XORG= xv USE_GNOME= gtk20 DIST_SUBDIR= gnome2 |