diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-16 06:00:31 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-16 06:00:31 +0000 |
commit | e75f63f143858ee0d21d6135d129546fe19a939e (patch) | |
tree | e8fa9c2bd9964d235bc9d7b19826bd4cb1029ab2 | |
parent | d530b57e1905ad3b72d7e98fd34371084db3126d (diff) | |
download | pkgsrc-e75f63f143858ee0d21d6135d129546fe19a939e.tar.gz |
This doesn't need to depend on dict-server and other data.
Pointed out by Simon Burge on tech-pkg@netbsd.org.
-rw-r--r-- | textproc/dict-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 178fffb707a..88b2634f535 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/12/27 02:40:18 uebayasi Exp $ +# $NetBSD: Makefile,v 1.8 2003/01/16 06:00:31 uebayasi Exp $ DISTNAME= dictd-1.8.0 PKGNAME= dict-client-1.8.0 @@ -10,8 +10,6 @@ MAINTAINER= mike@ethmoid.org HOMEPAGE= http://www.dict.org/ COMMENT= Dictionary Service Protocol client -DEPENDS= dict-server>=1.8.0nb1:../../textproc/dict-server - USE_BUILDLINK2= # defined USE_GMAKE= # defined GNU_CONFIGURE= # defined |