diff options
author | jlam <jlam> | 2008-03-05 19:02:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-03-05 19:02:13 +0000 |
commit | 66be16de7edf8c40fe3de6ffe4e1f1ecff48bbdb (patch) | |
tree | e492b1bf6c6d30a79ea2e0b5b2a787edfb712d6c /editors | |
parent | b006520594ae063a4e1204f9f5a8269c7fd63f3e (diff) | |
download | pkgsrc-66be16de7edf8c40fe3de6ffe4e1f1ecff48bbdb.tar.gz |
We don't need to strip out "-lncurses" anymore -- termcap.builtin.mk
since revision 1.3 will automatically remove it for us from the command
line if we're not using curses as the terminal library.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pico/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 4477922b786..c2dacf21dc9 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2008/03/04 22:00:30 jlam Exp $ +# $NetBSD: Makefile,v 1.73 2008/03/05 19:02:13 jlam Exp $ # # NOTE: # When updating, it is necessary to change the shlib version, located in @@ -42,10 +42,6 @@ BUILDNAME.NetBSD= neb BUILDNAME.*= neb # Let termcap.buildlink3.mk handle using the right termcap library. -SUBST_CLASSES+= tcap -SUBST_STAGE.tcap= pre-configure -SUBST_FILES.tcap= pico/makefile.* -SUBST_SED.tcap= -e "s/-lncurses//" LIBS+= ${BUILDLINK_LDADD.termcap} MAKE_ENV+= _STRIPFLAG_INSTALL= # debug... |