Fri Feb 7 21:29:09 2014 UTC ()
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>.


(wiz)
diff -r1.3 -r1.4 pkgsrc/shells/fish/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/shells/fish/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/fish/Makefile 2013/05/23 15:07:29 1.3
+++ pkgsrc/shells/fish/Makefile 2014/02/07 21:29:09 1.4
@@ -1,27 +1,25 @@ @@ -1,27 +1,25 @@
1# $NetBSD: Makefile,v 1.3 2013/05/23 15:07:29 joerg Exp $ 1# $NetBSD: Makefile,v 1.4 2014/02/07 21:29:09 wiz Exp $
2# 
3 2
4DISTNAME= fish-1.23.1 3DISTNAME= fish-1.23.1
 4PKGREVISION= 1
5CATEGORIES= shells 5CATEGORIES= shells
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fish/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fish/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.fishshell.org/ 9HOMEPAGE= http://www.fishshell.org/
10COMMENT= User friendly command line shell for UNIX-like operating systems 10COMMENT= User friendly command line shell for UNIX-like operating systems
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13BUILD_DEPENDS+= doxygen>=1.2.14:../../devel/doxygen 
14 
15GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 14CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
17CONFIGURE_ARGS+= --without-xsel 15CONFIGURE_ARGS+= --without-xsel
18USE_TOOLS+= gmake 16USE_TOOLS+= gmake
19 17
20EGDIR= ${PREFIX}/share/examples/fish 18EGDIR= ${PREFIX}/share/examples/fish
21INSTALL_ENV+= EGDIR=${EGDIR} 19INSTALL_ENV+= EGDIR=${EGDIR}
22 20
23PKG_SHELL= bin/fish 21PKG_SHELL= bin/fish
24 22
25.include "../../mk/bsd.prefs.mk" 23.include "../../mk/bsd.prefs.mk"
26 24
27.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h) 25.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h)