use =${VERSION} dialect

This commit is contained in:
espie 2010-11-26 17:27:38 +00:00
parent 3646003328
commit 06ad2fd17f
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: ghc.port.mk,v 1.16 2010/11/17 08:05:17 espie Exp $
# $OpenBSD: ghc.port.mk,v 1.17 2010/11/26 17:27:38 espie Exp $
# Module for Glasgow Haskell Compiler
# Not yet ported to other architectures
@ -32,7 +32,7 @@ MODGHC_BUILD ?=
. if !${MODGHC_BUILD:L:Mnort}
PKGNAME ?= hs-${DISTNAME}
RUN_DEPENDS += ghc-${MODGHC_VER}:lang/ghc
RUN_DEPENDS += lang/ghc=${MODGHC_VER}
CATEGORIES += lang/ghc
. endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/11/17 08:05:17 espie Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/26 17:27:38 espie Exp $
# XXX WORK IN PROGRESS.
@ -36,7 +36,7 @@ USE_GROFF = Yes
MASTER_SITES = http://llvm.org/releases/${LLVM_V}/
BUILD_DEPENDS = llvm-${LLVM_V}:devel/llvm \
BUILD_DEPENDS = devel/llvm=${LLVM_V} \
devel/bison
USE_GMAKE = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: ocaml.port.mk,v 1.13 2010/11/17 08:05:18 espie Exp $
# $OpenBSD: ocaml.port.mk,v 1.14 2010/11/26 17:27:38 espie Exp $
# regular file usage for bytecode:
# PLIST -- bytecode base files
@ -22,12 +22,12 @@ PKG_ARGS+=-Dnative=1
.else
MODOCAML_NATIVE=No
RUN_DEPENDS+= ocaml-${OCAML_VERSION}:lang/ocaml
RUN_DEPENDS+= lang/ocaml=${OCAML_VERSION}
# remove native base file entry from PLIST
PKG_ARGS+=-Dnative=0
.endif
BUILD_DEPENDS+= ocaml-=${OCAML_VERSION}:lang/ocaml
BUILD_DEPENDS+= lang/ocaml=${OCAML_VERSION}
MAKE_ENV+= OCAMLFIND_DESTDIR=${DESTDIR}${PREFIX}/lib/ocaml/site-lib