fix dependency entries for gmp. BUILD_DEPENDS -> LIB_DEPENDS.
This commit is contained in:
parent
a364584ad1
commit
df33eaa1f8
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2001/10/12 13:41:05 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2001/10/16 16:34:01 brad Exp $
|
||||
# Uses threads
|
||||
|
||||
COMMENT= "interpreted object-oriented programming language"
|
||||
@ -48,7 +48,7 @@ CONFIGURE_STYLE= autoconf dest
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-fpectl
|
||||
|
||||
BUILD_DEPENDS= ::devel/gmp
|
||||
LIB_DEPENDS+= gmp::devel/gmp
|
||||
|
||||
# If libc_r exists, thread support is compiled in by default unless this
|
||||
# is a SPARC system where threads are currently non functional.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2001/10/12 13:41:05 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2001/10/16 16:34:01 brad Exp $
|
||||
#
|
||||
# This port should remain Python 1.5.2. Please do not upgrade.
|
||||
# Uses threads
|
||||
@ -49,7 +49,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-fpectl --enable-debug
|
||||
CONFIGURE_ENV= OPT="${CFLAGS}" LDSHARED="cc -shared -fpic"
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a::devel/gmp
|
||||
LIB_DEPENDS+= gmp::devel/gmp
|
||||
|
||||
WRKDIST= ${WRKDIR}/Python-1.5.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user