diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
commit | 417e8bbabf32592822a77615f490f81af3c99be2 (patch) | |
tree | 85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/sqsh/Makefile | |
parent | 6c0ff6d2791c86527492513d3f40f5586041e81e (diff) | |
download | pkgsrc-417e8bbabf32592822a77615f490f81af3c99be2.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/sqsh/Makefile')
-rw-r--r-- | databases/sqsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqsh/Makefile b/databases/sqsh/Makefile index f2eb44dcafe..625871af5d7 100644 --- a/databases/sqsh/Makefile +++ b/databases/sqsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/07/20 15:41:03 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 14:17:41 wiz Exp $ DISTNAME= sqsh-1.7-src PKGNAME= sqsh-1.7 @@ -7,6 +7,7 @@ MASTER_SITES= http://www.voicenet.com/~gray/ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.voicenet.com/~gray/sqsh.html +COMMENT= Sybase SQL shell DEPENDS+= freetds-0.50:../../databases/freetds DEPENDS+= readline>=4.0:../../devel/readline |