summaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-22 20:54:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-22 20:54:39 +0000
commit5f922b3d3eebba7677c2100819c194ad986fa69f (patch)
tree9573fc7dfd411c0f10e332e60a19ba606ae4d8dd /lang/librep
parentUpdate to 0.9.11 (diff)
Depend on gmp.h rather than libgmp since newer versions of -CURRENT still
have a libgmp as a compat library. Suggested by: olgeni
Notes
Notes: svn path=/head/; revision=83448
Diffstat (limited to 'lang/librep')
-rw-r--r--lang/librep/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 773fbc8c3dea..e5b0fd9d51e9 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -37,7 +37,8 @@ PREFIX?= ${X11BASE}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500023
-LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd
+BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd
+RUN_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd
.endif
.if ${XFREE86_VERSION} == 3