diff options
-rw-r--r-- | comms/libticables/Makefile | 2 | ||||
-rw-r--r-- | devel/libticalcs/Makefile | 2 | ||||
-rw-r--r-- | devel/libtifiles/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index 94c2b26c92c6..3ce8fecb5435 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -18,10 +18,10 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +WANT_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes -USE_AUTOMAKE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile index 214e766e99fb..a599aa598696 100644 --- a/devel/libticalcs/Makefile +++ b/devel/libticalcs/Makefile @@ -21,11 +21,11 @@ LIB_DEPENDS= ticables.10:${PORTSDIR}/comms/libticables \ intl.5:${PORTSDIR}/devel/gettext USE_GNOME= glib20 +WANT_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_AUTOMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/libtifiles/Makefile b/devel/libtifiles/Makefile index f0f9ec98700e..16586ca62859 100644 --- a/devel/libtifiles/Makefile +++ b/devel/libtifiles/Makefile @@ -18,11 +18,11 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +WANT_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ LDFLAGS="-L${LOCALBASE}/lib" |