sebastia 744a85fb88 Force using ld.bfd, since there is a still unknown problem loading Bundles
into Objective-C applications, which breaks most of x11/gnustep and www/sogo

Bump everything using the x11/gnustep module
2018-11-26 14:17:12 +00:00

18 lines
372 B
Makefile

# $OpenBSD: Makefile,v 1.13 2018/11/26 14:17:12 sebastia Exp $
COMMENT = GNUstep based scientific calcualtor
DISTNAME = EdenMath_GNUstep-1.1.1
REVISION = 10
HOMEPAGE = http://www.eskimo.com/~pburns/EdenMath/
MASTER_SITES = ${HOMEPAGE}/files/
MODULES = x11/gnustep
WANTLIB += ${COMPILER_LIBCXX}
post-extract:
rm ${WRKDIST}//EMResponder.m.orig
.include <bsd.port.mk>