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
310 B
Makefile

# $OpenBSD: Makefile,v 1.19 2020/08/16 20:35:21 sebastia Exp $
COMMENT= CPU load monitor
REVISION = 7
DISTNAME= TimeMon-4.2
CATEGORIES= sysutils
HOMEPAGE= http://gap.nongnu.org/timemon/
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/}
MODULES = x11/gnustep
WANTLIB += ${COMPILER_LIBCXX}
.include <bsd.port.mk>