diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-16 17:26:03 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-16 17:26:03 +0000 |
commit | 09f9c90cf07c3ff7dcdaa9003f8292d91b964f0e (patch) | |
tree | 26a9aad84e83fd3caa5ce0e360712db6fcae21cb /comms/xisp | |
parent | e3ab517e07c7c233b02f889b8f14b64c3412bfcb (diff) | |
download | pkgsrc-09f9c90cf07c3ff7dcdaa9003f8292d91b964f0e.tar.gz |
Set ONLY_FOR_ARCHS so that it matches xforms.
Diffstat (limited to 'comms/xisp')
-rw-r--r-- | comms/xisp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index fcaa49e0daa..e44cb63c507 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/03 15:08:53 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1999/01/16 17:26:03 frueauf Exp $ # DISTNAME= xisp-2.5p4 @@ -12,6 +12,8 @@ HOMEPAGE= http://users.hol.gr/~dbouras/ DEPENDS+= xforms-0.88:../../x11/xforms +ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k + USE_X11= yes post-install: |