diff options
Diffstat (limited to 'x11/glclock/Makefile')
-rw-r--r-- | x11/glclock/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/glclock/Makefile b/x11/glclock/Makefile index e524171c42b..9a237fb1ed4 100644 --- a/x11/glclock/Makefile +++ b/x11/glclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/09/29 22:58:46 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/30 07:13:03 tron Exp $ DISTNAME= glclock-4.6 CATEGORIES= x11 graphics @@ -13,6 +13,12 @@ USE_X11BASE= yes MAKEFILE= makefile ALL_TARGET= glclock +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == NetBSD && ${MACHINE_ARCH} == sparc +CFLAGS= +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/glclock ${PREFIX}/bin #notyet: lookup of .ppm files |