diff options
author | jschauma <jschauma> | 2002-07-26 15:14:42 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-07-26 15:14:42 +0000 |
commit | 1a85b75a826c695827bb595cee57d1947cf1e549 (patch) | |
tree | 83a3c8e11c1c617170c85370920a869c03baeff1 /www/links-gui | |
parent | c001898117100ebfc597b021ca803875615b2467 (diff) | |
download | pkgsrc-1a85b75a826c695827bb595cee57d1947cf1e549.tar.gz |
Back out hasty commit after seeing that wiz has already checked on this
and requires feedback. (I believe the technical term is 'Ooops'.)
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index cefb4bf9c44..eb3bcad7a26 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/07/26 15:12:58 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2002/07/26 15:14:42 jschauma Exp $ # PKGNAME= links-gui-2.1.0.2 @@ -6,8 +6,6 @@ COMMENT= Lynx-like text and graphics WWW browser CONFLICTS+= links-[0-9]* elinks-[0-9]* -BUILD_DEPENDS+= x11-links>=0.7:../../pkgtools/x11-links - CONFIGURE_ARGS+= --enable-graphics .include "../../graphics/png/buildlink.mk" |