diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-31 05:05:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-31 05:05:05 +0000 |
commit | f7da5be66fa0b4c8c59e444a9891f39f8f5ca881 (patch) | |
tree | c86f53e02da1c4dcbb8f3ae9e12fb8dcc79d44a4 /x11-clocks/emiclock/Makefile | |
parent | This now works on the Alpha too. (diff) |
Turn off sound support on Alpha.
Diffstat (limited to 'x11-clocks/emiclock/Makefile')
-rw-r--r-- | x11-clocks/emiclock/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-clocks/emiclock/Makefile b/x11-clocks/emiclock/Makefile index d3cd5de9c580..65992ad0dc61 100644 --- a/x11-clocks/emiclock/Makefile +++ b/x11-clocks/emiclock/Makefile @@ -3,7 +3,7 @@ # Date created: 15 March 1995 # Whom: Nobuhiro Yasutomi # -# $Id: Makefile,v 1.12 1998/09/22 22:32:07 asami Exp $ +# $Id: Makefile,v 1.13 1998/12/01 23:37:52 billf Exp $ # DISTNAME= emiclock-1.0.4 @@ -12,6 +12,10 @@ MASTER_SITES= ftp://ftp.plaza.hitachi-sk.co.jp/pub/EmiClock/X11/ MAINTAINER= nobu@psrc.isac.co.jp +.if ${MACHINE_ARCH} != "i386" +PLIST= ${PKGDIR}/PLIST.nosound +.endif + USE_IMAKE= yes MAN1= emiclock.1 |