summaryrefslogtreecommitdiffstats
path: root/lang/librep
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-06-22 20:54:39 +0000
committermarcus <marcus@FreeBSD.org>2003-06-22 20:54:39 +0000
commit2426e7822329e720d10ade8000f8252a3ac462a8 (patch)
treee4cd4e0b817008984bea55ae6aff9bef5bc29ba4 /lang/librep
parent945650e0933d47fde4007351431bbed425660bba (diff)
downloadFreeBSD-ports-2426e7822329e720d10ade8000f8252a3ac462a8.zip
FreeBSD-ports-2426e7822329e720d10ade8000f8252a3ac462a8.tar.gz
Depend on gmp.h rather than libgmp since newer versions of -CURRENT still
have a libgmp as a compat library. Suggested by: olgeni
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 773fbc8..e5b0fd9 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
OpenPOWER on IntegriCloud