diff options
author | swills <swills@FreeBSD.org> | 2019-01-06 12:14:25 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-01-06 12:14:25 +0800 |
commit | 622ee2fcc72bef98188261004af769c0698fca67 (patch) | |
tree | 210d2809bb9dbd973929d8f08773cf9b792d4a3b /net-im | |
parent | 321f53b99ca55a0632ae1154e2aa1069789547a7 (diff) | |
download | freebsd-ports-gnome-622ee2fcc72bef98188261004af769c0698fca67.tar.gz freebsd-ports-gnome-622ee2fcc72bef98188261004af769c0698fca67.tar.zst freebsd-ports-gnome-622ee2fcc72bef98188261004af769c0698fca67.zip |
net-im/ekiga: Remove unneeded perl5 dependency
PR: 233326
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ekiga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index cb87f1d1dab9..0bc3faea45ad 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -4,7 +4,7 @@ PORTNAME= ekiga PORTVERSION= 4.0.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= net-im MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -24,7 +24,7 @@ RUN_DEPENDS= gnome-icon-theme>=3.0.0:misc/gnome-icon-theme GNU_CONFIGURE= yes USES= compiler:c++11-lang cpe gettext gmake libtool localbase \ - pathfix perl5 pkgconfig tar:xz + pathfix pkgconfig tar:xz USE_XORG= xv USE_GNOME= gtk20 intlhack libxml2 INSTALLS_ICONS= yes |