pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
doxygen-depend: fix PKGNAME to match directory name.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Feb 20 09:57:40 2017 +0100
Changeset: 958e8551f79cca36dab3b5aa17ecef99634b5175
Modified Files:
doxygen-depend/Makefile
Log Message:
doxygen-depend: fix PKGNAME to match directory name.
Update commented out gcc?? paths while here.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=958e8551f79cca36dab3b5aa17ecef99634b5175
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
doxygen-depend/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/doxygen-depend/Makefile b/doxygen-depend/Makefile
index 76d60fe568..cad13bfe45 100644
--- a/doxygen-depend/Makefile
+++ b/doxygen-depend/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2015/02/10 08:56:25 makoto Exp $
# $Id: Makefile,v 1.6 2015/02/10 08:56:25 makoto Exp $
-DISTNAME= doxygen-dependent-1.02
+DISTNAME= doxygen-depend-1.02
CATEGORIES= meta-pkgs
LICENSE= generic-nonlicense
@@ -40,9 +40,9 @@ BUILD_DEPENDS+= gnuradio-doxygen-[0-9]*:../../ham/gnuradio-doxygen # YES
BUILD_DEPENDS+= uhd-[0-9]*:../../ham/uhd
BUILD_DEPENDS+= ibus-qt-[0-9]*:../../inputmethod/ibus-qt # TOOLS_NOOP= doxygen
.if 0
-BUILD_DEPENDS+= gcc44-[0-9]*:../../lang/gcc44
-BUILD_DEPENDS+= gcc45-[0-9]*:../../lang/gcc45
-BUILD_DEPENDS+= gcc46-[0-9]*:../../lang/gcc46
+BUILD_DEPENDS+= gcc44-[0-9]*:../../wip/gcc44
+BUILD_DEPENDS+= gcc45-[0-9]*:../../wip/gcc45
+BUILD_DEPENDS+= gcc46-[0-9]*:../../wip/gcc46
.endif
BUILD_DEPENDS+= qore-[0-9]*:../../lang/qore
#UILD_DEPENDS+= blitz++-[0-9]*:../../math/blitz++ # disabled by configure
Home |
Main Index |
Thread Index |
Old Index