diff options
-rw-r--r-- | audio/darkice/Makefile | 1 | ||||
-rw-r--r-- | audio/terminatorx/Makefile | 1 | ||||
-rw-r--r-- | devel/rapidsvn/Makefile | 1 | ||||
-rw-r--r-- | graphics/cal3d/Makefile | 1 | ||||
-rw-r--r-- | graphics/ocropus/Makefile | 1 | ||||
-rw-r--r-- | net/enet/Makefile | 1 | ||||
-rw-r--r-- | security/openconnect/Makefile | 1 | ||||
-rw-r--r-- | security/sssd/Makefile | 1 | ||||
-rw-r--r-- | www/bookmarkbridge/Makefile | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 684578d13a01..aa9b6fdfee32 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFAULT= VORBIS AACPLUS_DESC= AAC HEv2 and libsamplerate support USE_AUTOTOOLS= aclocal autoconf +AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_acx_pthread_config=no CPPFLAGS+= ${PTHREAD_CFLAGS} diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index bf597d38849a..8405bc9f132b 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -31,6 +31,7 @@ USE_GNOME= gnomehier gtk20 libxml2 USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --disable-alsamidi \ --disable-scheduler INSTALLS_OMF= yes diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index c0200c0f8060..0bb9b60a7eac 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -24,6 +24,7 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes USES= gettext USE_AUTOTOOLS= autoconf libtool automake +AUTOMAKE_ARGS= --add-missing CONFIGURE_TARGET= CONFIGURE_ARGS= --with-apr-config=apr-1-config \ --with-apu-config=apu-1-config \ diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index f96881fe0e0b..e61e8e19a143 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -20,6 +20,7 @@ CONFLICTS= cal3d-devel-[0-9]* USE_GNOME= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoheader libtool +AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes AUTOTOOLSFILES= aclocal.m4 # AUTOMAKE_ARGS= --add-missing diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 5b6d2d3ab986..5d88a18ed54c 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -25,6 +25,7 @@ LEPTONICA_DESC= Enable Leptonica image analysis MAKE_JOBS_UNSAFE= yes USE_PYTHON_BUILD= yes USE_AUTOTOOLS= aclocal automake autoconf +AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net/enet/Makefile b/net/enet/Makefile index 0867a9020a5b..4633e62c9c80 100644 --- a/net/enet/Makefile +++ b/net/enet/Makefile @@ -14,6 +14,7 @@ LICENSE= MIT USE_AUTOTOOLS= aclocal automake autoconf libtool ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index aff3f8da3220..08d5425638f3 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_AUTOTOOLS= aclocal autoconf libtool +AUTOMAKE_ARGS= --add-missing USES= pathfix pkgconfig USE_GMAKE= yes USE_OPENSSL= yes diff --git a/security/sssd/Makefile b/security/sssd/Makefile index ff8ef607bc6f..506a92f3bb41 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -44,6 +44,7 @@ PLIST_SUB= PYTHON_VER=${PYTHON_VER} #DEBUG_FLAGS= -g USE_AUTOTOOLS= autoconf automake +AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes USE_PYTHON= yes USE_OPENLDAP= yes diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile index 4b7be4660a57..a918d4ad6141 100644 --- a/www/bookmarkbridge/Makefile +++ b/www/bookmarkbridge/Makefile @@ -20,5 +20,6 @@ USE_GMAKE= yes USES= pkgconfig USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing .include <bsd.port.mk> |