diff options
author | grant <grant> | 2003-07-02 11:37:57 +0000 |
---|---|---|
committer | grant <grant> | 2003-07-02 11:37:57 +0000 |
commit | 05857fbb2e2544e466c255d091a61f3ff414d175 (patch) | |
tree | cea29549940278ee4874e643e57de82d5f37f959 /devel/ncurses | |
parent | 4f348cb08a259cb5a979e67077d0929d6e0b0a8b (diff) | |
download | pkgsrc-05857fbb2e2544e466c255d091a61f3ff414d175.tar.gz |
add USE_GCC_SHLIB.
Diffstat (limited to 'devel/ncurses')
-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 |