diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-chan_sccp/Makefile | 2 | ||||
-rw-r--r-- | net/minidlna/Makefile | 2 | ||||
-rw-r--r-- | net/pacemaker1/Makefile.common | 4 | ||||
-rw-r--r-- | net/vinagre/Makefile | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile index 54e41ada0574..9f60db642595 100644 --- a/net/asterisk-chan_sccp/Makefile +++ b/net/asterisk-chan_sccp/Makefile @@ -18,7 +18,7 @@ FLAVOR?= ${FLAVORS:[1]} LIB_DEPENDS= libltdl.so:devel/libltdl -USES= autoreconf compiler:c11 gettext-tools iconv libtool \ +USES= autoreconf:2.69 compiler:c11 gettext-tools iconv libtool \ localbase ssl USE_GITHUB= yes diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile index 8d8ffb36f589..62cc75de1c6e 100644 --- a/net/minidlna/Makefile +++ b/net/minidlna/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-db-path=/var/db/minidlna \ --with-os-url="http://www.FreeBSD.org" -USES= autoreconf cpe gettext-tools iconv jpeg localbase +USES= autoreconf:2.69 cpe gettext-tools iconv jpeg localbase CPE_VENDOR= minidlna_project diff --git a/net/pacemaker1/Makefile.common b/net/pacemaker1/Makefile.common index 8eac3a113c4e..c31359ecce09 100644 --- a/net/pacemaker1/Makefile.common +++ b/net/pacemaker1/Makefile.common @@ -31,8 +31,8 @@ USE_GITHUB= yes GH_ACCOUNT= ClusterLabs GH_PROJECT= pacemaker -USES= autoreconf corosync cpe gmake gnome libtool ncurses pathfix \ - pkgconfig python:3.6+ shebangfix +USES= autoreconf:2.69 corosync cpe gmake gnome libtool \ + ncurses pathfix pkgconfig python:3.6+ shebangfix CPE_VENDOR= clusterlabs USE_BINUTILS= yes USE_GNOME= glib20 diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index bf1e6093e8e7..768901797cde 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -29,8 +29,8 @@ RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme PORTSCOUT= limitw:1,even -USES= autoreconf desktop-file-utils gettext gmake gnome localbase \ - pathfix pkgconfig shared-mime-info tar:xz xorg +USES= autoreconf:2.69 desktop-file-utils gettext gmake gnome \ + localbase pathfix pkgconfig shared-mime-info tar:xz xorg USE_GNOME= cairo gtk30 intlhack libxml2 vte3 USE_XORG= x11 GNU_CONFIGURE= yes |