diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /editors/hexedit | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'editors/hexedit')
-rw-r--r-- | editors/hexedit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index df0f6f4bdaf..e185ad44d8b 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/02/06 20:32:43 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1999/02/20 22:48:27 hubertf Exp $ # DISTNAME= hexedit-1.1.0 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.chez.com/prigaux/hexedit.html DEPENDS+= ncurses-1.9.9g:../../devel/ncurses -CONFLICTS= hexedit-* - GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${PREFIX}/lib" INSTALL=/usr/bin/install |