diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch) | |
tree | 14261786c359f03d9574a1c204f76ddc8ec4db8a /x11-toolkits/soqt/Makefile | |
parent | 003520276a84300843c37e85ff39f416dec0bd8e (diff) |
Notes
Diffstat (limited to 'x11-toolkits/soqt/Makefile')
-rw-r--r-- | x11-toolkits/soqt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index 20224a452e64..b7e0476f78e7 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -18,7 +18,7 @@ COMMENT= Qt toolkit library for Coin LIB_DEPENDS= Coin.41:${PORTSDIR}/graphics/Coin USE_QT_VER= 3 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV+= QTDIR=${QT_PREFIX} CXXFLAGS="-pthread" CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${X11BASE} # avoid renaming of soqt-config and soqt-config.1 |