explicitly list gcc4 MODULES in x11/kde4/cantor, this needs fortran so always

needs the gcc4 module - it won't come in via WANT_CXX on arches where clang
is the primary compiler in base. ok espie
This commit is contained in:
sthen 2017-05-15 12:50:48 +00:00
parent 333cf2bc2c
commit 60fb27d8ee

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2017/05/15 10:27:29 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2017/05/15 12:50:48 sthen Exp $
COMMENT = KDE mathematical applications
DISTNAME = cantor-${MODKDE4_VERSION}
@ -21,7 +21,7 @@ WANTLIB += lib/R/lib/R lib/R/lib/Rblas lib/R/lib/Rlapack
WANTLIB += cln glib-2.0 qalculate soprano spectre xml2
WANTLIB += luajit-${MODLUA_DEFAULT_VERSION} gfortran
MODULES = devel/gettext lang/lua lang/python
MODULES = devel/gettext lang/lua lang/python gcc4 # XXX fortran
MODGCC4_LANGS +=fortran
RUN_DEPENDS = devel/desktop-file-utils \