diff options
author | grant <grant@pkgsrc.org> | 2003-07-02 11:37:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-02 11:37:57 +0000 |
commit | 06bfd5992690f15ac7a3f800cbda30399fce0437 (patch) | |
tree | cea29549940278ee4874e643e57de82d5f37f959 /devel | |
parent | f8b345b1a74bbdbcdeb98716c0d340382fc01988 (diff) | |
download | pkgsrc-06bfd5992690f15ac7a3f800cbda30399fce0437.tar.gz |
add USE_GCC_SHLIB.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ncurses/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index e09727fc816..2c09e52e0b5 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2003/03/31 16:20:01 bouyer Exp $ +# $NetBSD: Makefile,v 1.45 2003/07/02 11:37:57 grant Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.3 @@ -11,8 +11,9 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://dickey.his.com/ncurses/ncurses.html COMMENT= CRT screen handling and optimization package -USE_LIBTOOL= YES USE_BUILDLINK2= YES +USE_GCC_SHLIB= YES +USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libtool |