diff options
author | obache <obache@pkgsrc.org> | 2011-03-07 05:58:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-07 05:58:35 +0000 |
commit | 60a4438b7e973f1f9146a250c431509a82690bd7 (patch) | |
tree | 1d3aa6526fbe28136c80b56e8444f92a542475dc /devel | |
parent | 496ea0645d5c8ca7d715c7da4764b84530cd59c8 (diff) | |
download | pkgsrc-60a4438b7e973f1f9146a250c431509a82690bd7.tar.gz |
marked as user-destdir installation ready.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tvision/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 64fc9de447e..19309da4780 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/02/14 19:49:50 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2011/03/07 05:58:35 obache Exp $ # DISTNAME= tvision-0.8 @@ -15,6 +15,8 @@ COMMENT= Turbo Vision C++ CUI library for UNIX NOT_FOR_PLATFORM+= ${LP64PLATFORMS} +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES |