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

21 lines
523 B
Makefile

# $OpenBSD: Makefile,v 1.13 2018/11/26 14:17:13 sebastia Exp $
COMMENT = GNUstep based trace visualization tool
REVISION = 11
DISTNAME = Paje-1.98
SHARED_LIBS += General 0.0
HOMEPAGE = http://paje.sourceforge.net/
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=paje/}
MODULES = x11/gnustep
WANTLIB += ${COMPILER_LIBCXX}
MAKE_FLAGS += General_INTERFACE_VERSION=${LIBGeneral_VERSION}
GENERALLIBDIR = lib/GNUstep/Frameworks/General.framework/Versions/${LIBGeneral_VERSION}
SUBST_VARS += GENERALLIBDIR
.include <bsd.port.mk>