diff options
Diffstat (limited to 'time/xonclock')
-rw-r--r-- | time/xonclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/xonclock/Makefile b/time/xonclock/Makefile index 340c3864e1f..bdf8b568251 100644 --- a/time/xonclock/Makefile +++ b/time/xonclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/04/13 23:33:34 hans Exp $ +# $NetBSD: Makefile,v 1.14 2012/07/12 20:44:32 marino Exp $ # DISTNAME= xonclock-0.0.9.4 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -LDFLAGS.DragonFly= -lm +LDFLAGS.DragonFly= -lm -lXrender LDFLAGS.SunOS+= -lm -lrt .include "../../graphics/freetype2/buildlink3.mk" |