diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-22 20:54:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-22 20:54:39 +0000 |
commit | 5f922b3d3eebba7677c2100819c194ad986fa69f (patch) | |
tree | 9573fc7dfd411c0f10e332e60a19ba606ae4d8dd /lang/librep | |
parent | a8efeba39e4b3dc3c41e45018f03ae8d6a4dba74 (diff) |
Notes
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 3 |
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 |