diff options
author | wiz <wiz> | 2014-02-07 21:29:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-02-07 21:29:09 +0000 |
commit | 2c02adc4e6ca10dc9d0bce5f2d018b8817df6bef (patch) | |
tree | 9d8380d02f3b6516d6aee24cc04de3d245af4d53 /shells | |
parent | 799eccd294c6434de9a2d21b693ff9e060ad2601 (diff) | |
download | pkgsrc-2c02adc4e6ca10dc9d0bce5f2d018b8817df6bef.tar.gz |
Remove doxygen build dependency. I don't see it used anywhere in a build,
and removing it doesn't change the list of installed files.
Bump PKGREVISION.
Requested by Zbigniew Baniewski <zb@islandsoft.pl>.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fish/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index eb9590c9f61..264ed8e9477 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2013/05/23 15:07:29 joerg Exp $ -# +# $NetBSD: Makefile,v 1.4 2014/02/07 21:29:09 wiz Exp $ DISTNAME= fish-1.23.1 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fish/} @@ -10,8 +10,6 @@ HOMEPAGE= http://www.fishshell.org/ COMMENT= User friendly command line shell for UNIX-like operating systems LICENSE= gnu-gpl-v2 -BUILD_DEPENDS+= doxygen>=1.2.14:../../devel/doxygen - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --without-xsel |