diff options
author | matthias <matthias> | 1998-06-13 15:15:49 +0000 |
---|---|---|
committer | matthias <matthias> | 1998-06-13 15:15:49 +0000 |
commit | fa6950c46335f88802cd921408013ae7fc3ae587 (patch) | |
tree | 2a9fbdcf39c4c15f68c5e674bb09f673728a1584 /x11 | |
parent | 13a54c942627c1651eb32836c4aaff844a7d6f43 (diff) | |
download | pkgsrc-fa6950c46335f88802cd921408013ae7fc3ae587.tar.gz |
Enable xforms for the pc532.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xforms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 043bf3e7630..6537f392f78 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/05/08 14:22:04 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/13 15:15:49 matthias Exp $ # DISTNAME= bxform-088 @@ -17,7 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= lamj@stat.cmu.edu -ONLY_FOR_ARCHS= arm32 i386 m68k sparc +ONLY_FOR_ARCHS= arm32 i386 m68k sparc pc532 DIST_SUBDIR= xforms/${MASTER_SITE_SUBDIR} |