diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-23 04:54:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-23 04:54:39 +0800 |
commit | 2426e7822329e720d10ade8000f8252a3ac462a8 (patch) | |
tree | e4cd4e0b817008984bea55ae6aff9bef5bc29ba4 /lang | |
parent | 945650e0933d47fde4007351431bbed425660bba (diff) | |
download | freebsd-ports-gnome-2426e7822329e720d10ade8000f8252a3ac462a8.tar.gz freebsd-ports-gnome-2426e7822329e720d10ade8000f8252a3ac462a8.tar.zst freebsd-ports-gnome-2426e7822329e720d10ade8000f8252a3ac462a8.zip |
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')
-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 |