pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/fltk define USE_GCC_SHLIB.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf3134d6a04a
branches: trunk
changeset: 463172:cf3134d6a04a
user: grant <grant%pkgsrc.org@localhost>
date: Thu Oct 30 22:52:34 2003 +0000
description:
define USE_GCC_SHLIB.
sort USE_* lines.
diffstat:
x11/fltk/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 2ee48cf45a65 -r cf3134d6a04a x11/fltk/Makefile
--- a/x11/fltk/Makefile Thu Oct 30 16:24:48 2003 +0000
+++ b/x11/fltk/Makefile Thu Oct 30 22:52:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/07/17 22:56:24 grant Exp $
+# $NetBSD: Makefile,v 1.30 2003/10/30 22:52:34 grant Exp $
#
DISTNAME= fltk-1.0.11-source
@@ -19,10 +19,11 @@
HOMEPAGE= http://www.fltk.org/
COMMENT= Fast Light Tool Kit for graphical user interfaces
-USE_X11BASE= # defined
+USE_BUILDLINK2= # defined
+USE_GCC_SHLIB= # defined
USE_GMAKE= # defined
USE_LIBTOOL= # defined
-USE_BUILDLINK2= # defined
+USE_X11BASE= # defined
TEST_TARGET= test
GNU_CONFIGURE= # defined
Home |
Main Index |
Thread Index |
Old Index