diff options
author | jlam <jlam> | 1999-04-16 20:27:16 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-04-16 20:27:16 +0000 |
commit | 21a094f7be8d17fb60d763bbadccfa01aefd9864 (patch) | |
tree | 816cee1d0ce11790bd3cc5950ddb0b95a5b4d760 /comms/xisp | |
parent | bd19f4a3aec1751c2f7c44d9a8ca563b214e3805 (diff) | |
download | pkgsrc-21a094f7be8d17fb60d763bbadccfa01aefd9864.tar.gz |
Add required dependency on xpm-3.4k.
Diffstat (limited to 'comms/xisp')
-rw-r--r-- | comms/xisp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index c1513010d4e..674f84543fc 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/04/15 20:39:40 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/16 20:27:16 jlam Exp $ # DISTNAME= xisp-2.5p4 @@ -6,10 +6,11 @@ CATEGORIES= comms x11 MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/} \ http://users.hol.gr/~dbouras/release/ -MAINTAINER= lamj@stat.cmu.edu +MAINTAINER= jlam@netbsd.org HOMEPAGE= http://users.hol.gr/~dbouras/ DEPENDS+= xforms-0.88:../../x11/xforms +DEPENDS+= xpm-3.4k:../../graphics/xpm ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k |