aboutsummaryrefslogtreecommitdiffstats
path: root/lang/librep2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-08-29 00:44:46 +0800
committersobomax <sobomax@FreeBSD.org>2001-08-29 00:44:46 +0800
commit0f35e443417d18579de893c1fbfead2709d69e20 (patch)
tree35a3a0d097b1714c5aa0e57f26d24d415655a724 /lang/librep2
parent668ec9dc6d698f06cbeb6155d2c39325564306b0 (diff)
downloadfreebsd-ports-gnome-0f35e443417d18579de893c1fbfead2709d69e20.tar.gz
freebsd-ports-gnome-0f35e443417d18579de893c1fbfead2709d69e20.tar.zst
freebsd-ports-gnome-0f35e443417d18579de893c1fbfead2709d69e20.zip
Provide a replacement for libgmp on 5-CURRENT.
Diffstat (limited to 'lang/librep2')
-rw-r--r--lang/librep2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/librep2/Makefile b/lang/librep2/Makefile
index 791ff38c4754..afa96073a682 100644
--- a/lang/librep2/Makefile
+++ b/lang/librep2/Makefile
@@ -15,6 +15,9 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
intl.1:${PORTSDIR}/devel/gettext
+.if !exists(/usr/lib/libgmp.so)
+LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp
+.endif
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${PORTVERSION}