pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/librsvg Remove fortran from USE_LANGUAGES, as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b707245be2c
branches:  trunk
changeset: 546111:0b707245be2c
user:      epg <epg%pkgsrc.org@localhost>
date:      Thu Aug 21 18:52:26 2008 +0000

description:
Remove fortran from USE_LANGUAGES, as it is not used here.

diffstat:

 graphics/librsvg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7e6bb02ce844 -r 0b707245be2c graphics/librsvg/Makefile
--- a/graphics/librsvg/Makefile Thu Aug 21 18:44:36 2008 +0000
+++ b/graphics/librsvg/Makefile Thu Aug 21 18:52:26 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/05/19 16:29:33 darcy Exp $
+# $NetBSD: Makefile,v 1.34 2008/08/21 18:52:26 epg Exp $
 
 DISTNAME=      librsvg-2.22.2
 CATEGORIES=    graphics gnome
@@ -17,7 +17,7 @@
 USE_DIRS+=             xdg-1.1
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
-USE_LANGUAGES+=        c c++ fortran
+USE_LANGUAGES+=                c c++
 GNU_CONFIGURE=         yes
 
 PKGCONFIG_OVERRIDE=    librsvg-2.0.pc.in



Home | Main Index | Thread Index | Old Index