sebastia 3d09ec81a3 unbreak most of the -gui related apps, building gnustep-back was broken
since update to clang 10. in gnustep.port.mk don't use -fuse-ld but use
USE_LLD = no

OK naddy@
2020-08-16 20:35:18 +00:00

16 lines
316 B
Makefile

# $OpenBSD: Makefile,v 1.16 2020/08/16 20:35:20 sebastia Exp $
COMMENT = GNUstep jigsaw puzzle
REVISION = 13
DISTNAME = Jigsaw-0.8
CATEGORIES = games
HOMEPAGE = http://gap.nongnu.org/jigsaw/
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
MODULES = x11/gnustep
WANTLIB += ${COMPILER_LIBCXX}
.include <bsd.port.mk>