diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 15:32:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 15:32:36 +0800 |
commit | 93d55781458c8cb3b5a52a152ee8cc765b0801db (patch) | |
tree | e70f93e28daf424324f3dafdf2b6fba1d1c46e01 /devel/sdts++/Makefile | |
parent | 306dae88436f737f564bc7ed7cf2935ff24a60e8 (diff) | |
download | freebsd-ports-gnome-93d55781458c8cb3b5a52a152ee8cc765b0801db.tar.gz freebsd-ports-gnome-93d55781458c8cb3b5a52a152ee8cc765b0801db.tar.zst freebsd-ports-gnome-93d55781458c8cb3b5a52a152ee8cc765b0801db.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'devel/sdts++/Makefile')
-rw-r--r-- | devel/sdts++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index 6add7f167feb..6754a08c22c5 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -14,7 +14,7 @@ COMMENT= C++ library for SDTS related development LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs DOS2UNIX_FILES= sdts++/io/sio_Utils.cpp -USES= bison dos2unix gmake +USES= bison dos2unix gmake makeinfo USE_AUTOTOOLS= libtoolize aclocal automake autoconf LIBTOOLIZE_ARGS=--copy --force ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal |