diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-06 06:12:00 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-06 06:12:00 +0000 |
commit | cca6bca2913a5cb16af5b47debf096daea4a027a (patch) | |
tree | d2529469f74659d3e2ac17d9cf6be71f0ffffce7 /lang | |
parent | Update to 2.9.21. (diff) |
Sweep through and fix some dependency problems and forgotten shlib
version bumps
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=62506
Diffstat (limited to 'lang')
-rw-r--r-- | lang/yap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index dbb5f525ebe5..cf5b29a88b27 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -15,7 +15,7 @@ DISTNAME= Yap-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |