diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:50:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:50:18 +0800 |
commit | 833c3c5215747fcccc51dd346b6627c20381b9f5 (patch) | |
tree | 379420dda94f588872e3142d8e60a935e6f4a5a8 /net | |
parent | f3100486296fee607bc739b04624d2f0d11aa418 (diff) | |
download | freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.tar.gz freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.tar.zst freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga3/Makefile | 4 | ||||
-rw-r--r-- | net/opal3/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/net/ekiga3/Makefile b/net/ekiga3/Makefile index e71c066a0760..8f4b305fe193 100644 --- a/net/ekiga3/Makefile +++ b/net/ekiga3/Makefile @@ -20,11 +20,9 @@ BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool \ CONFLICTS= ekiga-2.* USE_GCC= any -USE_PERL5= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake perl5 pkgconfig USE_XORG= xv USE_GNOME= gtk20 gnomehack DIST_SUBDIR= gnome2 diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 61cfcdab6a7f..3391c8dc3800 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -22,8 +22,7 @@ WRKSRC= ${WRKDIR}/opal-${PORTVERSION} USE_GCC= any USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes #MAKE_JOBS_SAFE= yes |