diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 19:00:51 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 19:00:51 +0000 |
commit | 0f12fcc8c78dfd485816e8211d56ed0d8d8709cb (patch) | |
tree | 240e0e22ded18ec6f88d0c6795559809e740a137 /devel/styx | |
parent | 4428b915f75e3669962d230fe556b4aa35284383 (diff) | |
download | ports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.tar.gz ports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.zip |
Notes
Diffstat (limited to 'devel/styx')
-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 4961cb41a74f..63fb3c3a51d0 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_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} |