diff options
Diffstat (limited to 'devel/styx/Makefile')
-rw-r--r-- | devel/styx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/styx/Makefile b/devel/styx/Makefile index 0cde51393673..8c9855b395ca 100644 --- a/devel/styx/Makefile +++ b/devel/styx/Makefile @@ -17,7 +17,7 @@ COMMENT= A scanner/parser generator USE_ICONV= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} |