diff options
Diffstat (limited to 'comms/xisp/Makefile')
-rw-r--r-- | comms/xisp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index 5efdc031e93..6c1fa727c94 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2002/03/14 14:14:42 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/04/17 04:45:08 fredb Exp $ # DISTNAME= xisp-2.6p1 +PKGREVISION= 1 CATEGORIES= comms x11 MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/} \ http://xisp.hellug.gr/release/ \ @@ -11,7 +12,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://xisp.hellug.gr/ COMMENT= User-friendly X11 interface to pppd/chat -DEPENDS+= xforms>=0.88nb1:../../x11/xforms +DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= xforms>=0.9999:../../x11/xforms USE_X11BASE= YES USE_XPM= YES |