From f4c22016679ccf9cd158beea221ddc070c8ab6f3 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 7 Jan 2002 13:26:47 +0000 Subject: Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly. PR: 33444 Submitted by: Hye-Shik Chang Add new MD5 to dependent ports. --- math/py-mpz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/py-mpz/Makefile') diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 1bf7ec5cb629..d19ef98ae4b1 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -15,8 +15,8 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= ${PYDISTUTILS} \ - gmp.3:${PORTSDIR}/math/libgmp +BUILD_DEPENDS= ${PYDISTUTILS} +LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp DIST_SUBDIR= python USE_PYTHON= yes -- cgit