diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-20 06:15:38 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-20 06:15:38 +0000 |
commit | a6f9bb601b33754ce48c0ce5458a8dde15d7e123 (patch) | |
tree | 6ceea2c41a8f3ddb6dd24d70028fa6470befe68c /graphics | |
parent | 7e04ca2f22d2c338fab0c9f7f1bef6d8dde1676e (diff) | |
download | pkgsrc-a6f9bb601b33754ce48c0ce5458a8dde15d7e123.tar.gz |
Tidy this up a little, and enable it for all architectures.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xanim/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/xanim/Makefile b/graphics/xanim/Makefile index 1d30f7113e3..a96f301c6e2 100644 --- a/graphics/xanim/Makefile +++ b/graphics/xanim/Makefile @@ -1,10 +1,7 @@ -# New ports collection makefile for: xanim +# Makefile for: xanim # Version required: 2.70.6.4 -# Date created: Sat Nov 5 11:43:03 PST 1994 -# Whom: piero # -# $NetBSD: Makefile,v 1.7 1998/02/15 21:47:47 tron Exp $ -# FreeBSD Id: Makefile,v 1.12 1997/06/09 22:27:11 max Exp +# $NetBSD: Makefile,v 1.8 1998/03/20 06:15:38 mycroft Exp $ # DISTNAME= xanim27064 @@ -18,7 +15,6 @@ MAINTAINER= packages@netbsd.org EXTRACT_ONLY= ${DISTNAME}.tar.gz -ONLY_FOR_ARCHS= i386 m68k sparc .if (${MACHINE_ARCH} == "i386") EXTRA_FILES= xa2.0_cvid_netbsd386.o.Z \ xa2.0_iv32_netbsd386.o.Z \ |