diff options
Diffstat (limited to 'devel/sdts++/Makefile')
-rw-r--r-- | devel/sdts++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index 74fd703..091fb76 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -19,13 +19,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:site1 \ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for SDTS related development +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-boost=${WRKDIR}/boost_1_27_0 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 BROKEN= "Configure fails" .endif -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-boost=${WRKDIR}/boost_1_27_0 - .include <bsd.port.post.mk> |