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/yap/Makefile | |
parent | 7a20c70a4ea17771554928abaf7c5b38651187e7 (diff) | |
download | ports-cca6bca2913a5cb16af5b47debf096daea4a027a.tar.gz ports-cca6bca2913a5cb16af5b47debf096daea4a027a.zip |
Notes
Diffstat (limited to 'lang/yap/Makefile')
-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" \ |