diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-11 11:21:04 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-11 11:21:04 +0000 |
commit | edc4d68104cd816cf6ce5b68ea872bce7c67d498 (patch) | |
tree | a6bb252bccbd70dcf4f3a1290ab234a4500043a6 | |
parent | Oops! Forgot to regenerate distinfo after bumping DIST_SUBDIR. (diff) |
Use correct LIB_DEPENDS for boost dependency.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=147908
-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 15d4c8daa367..0c5c2d170428 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for SDTS related development -LIB_DEPENDS= boost_thread.so.3:${PORTSDIR}/devel/boost +LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost GNU_CONFIGURE= yes USE_GMAKE= yes |