Switch ocaml to use the static libbfd.a from devel/gdb port now that

it's hooked up to the build on all archs. Tested on i386/amd64/sparc64.
ok avsm@ (maintainer) ckuethe@ dcoppa@ jasper@
This commit is contained in:
landry 2011-09-27 19:01:25 +00:00
parent eb1315ccf6
commit 55d38b2fe3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2011/09/16 09:38:31 dcoppa Exp $
# $OpenBSD: Makefile,v 1.51 2011/09/27 19:01:25 landry Exp $
# XXX Don't even think of updating ocaml alone.
# Do check that the ports that depend on it still work, or repair them.
@ -9,7 +9,7 @@ COMMENT= ML language based on complete class-based objective system
BASENAME= ocaml-3.12
DISTNAME= ${BASENAME}.0
REVISION= 1
REVISION= 2
CATEGORIES= lang
MASTER_SITES= http://caml.inria.fr/pub/distrib/${BASENAME}/
DOCFILES= ${BASENAME}-refman.html.tar.gz
@ -42,7 +42,7 @@ FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
USE_GMAKE= Yes
BUILD_DEPENDS +=${MODTK_BUILD_DEPENDS} \
devel/libbfd
devel/gdb
RUN_DEPENDS += ${MODTK_RUN_DEPENDS}
LIB_DEPENDS += ${MODTK_LIB_DEPENDS}
WANTLIB += ${MODTK_WANTLIB}