diff options
author | jlam <jlam> | 1999-04-16 20:27:16 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-04-16 20:27:16 +0000 |
commit | 63c252ddb4f8300ad9ab4bba2a70d26b06df4012 (patch) | |
tree | 816cee1d0ce11790bd3cc5950ddb0b95a5b4d760 /comms/xisp | |
parent | 69e72d14df14fd2869700ab4be27494ae0f8167b (diff) | |
download | pkgsrc-63c252ddb4f8300ad9ab4bba2a70d26b06df4012.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 |