diff options
Diffstat (limited to 'devel/rudiments/Makefile')
-rw-r--r-- | devel/rudiments/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 0d78b51209f9..58f10e7f3b6d 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -17,7 +17,7 @@ COMMENT= A utility C++ class library for daemons, clients, servers and more USE_GNOME= pkgconfig USE_GMAKE= yes USE_OPENSSL= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-ssl-includes=-I${OPENSSLBASE}/include \ --with-ssl-libs=-L${OPENSSLBASE}/lib --disable-pcre CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |