Move lang/mono dependency to mono.port.mk
This commit is contained in:
parent
fe7e23dc28
commit
2ea6d63a22
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2010/04/05 01:02:57 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2010/04/05 10:39:35 robert Exp $
|
||||
|
||||
# sync with net/avahi,-mono
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc # arm
|
||||
@ -33,6 +33,8 @@ EXTRACT_SUFX= .tar.bz2
|
||||
MODULES= devel/gettext \
|
||||
lang/mono
|
||||
|
||||
MODMONO_DEPS= No
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: mono.port.mk,v 1.8 2010/04/05 01:15:00 robert Exp $
|
||||
# $OpenBSD: mono.port.mk,v 1.9 2010/04/05 10:39:35 robert Exp $
|
||||
|
||||
ONLY_FOR_ARCHS?= i386 amd64 powerpc
|
||||
|
||||
@ -7,6 +7,13 @@ CATEGORIES+= lang/mono
|
||||
CONFIGURE_ENV+= MONO_SHARED_DIR=${TMPDIR}
|
||||
MAKE_FLAGS+= MONO_SHARED_DIR=${TMPDIR}
|
||||
|
||||
MODMONO_DEPS?= Yes
|
||||
|
||||
.if ${MODMONO_DEPS:L} != "no"
|
||||
BUILD_DEPENDS+= ::lang/mono
|
||||
RUN_DEPENDS+= ::lang/mono
|
||||
.endif
|
||||
|
||||
# A list of files where we have to remove the stupid hardcoded .[0-9] major
|
||||
# version from library names.
|
||||
DLLMAP_FILES?=
|
||||
|
Loading…
Reference in New Issue
Block a user