diff options
author | grant <grant> | 2003-10-30 22:52:34 +0000 |
---|---|---|
committer | grant <grant> | 2003-10-30 22:52:34 +0000 |
commit | d0f60e8df68addc61dcd7addd20f43ef6e42a404 (patch) | |
tree | 236abe2417fb969b8536fba44a4cc7e4d9dad12e /x11 | |
parent | f424f9b42d64e12c9a8e4085c86c00899a099130 (diff) | |
download | pkgsrc-d0f60e8df68addc61dcd7addd20f43ef6e42a404.tar.gz |
define USE_GCC_SHLIB.
sort USE_* lines.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fltk/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index f1f3baf86d4..01449c4e73c 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -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 @@ MAINTAINER= jlam@NetBSD.org 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 |