diff options
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r-- | editors/pico/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 0fa7177983c..5ba42a10518 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2009/11/26 00:10:42 joerg Exp $ +# $NetBSD: Makefile,v 1.78 2012/10/03 11:43:42 asau Exp $ # # NOTE: # When updating, it is necessary to change the shlib version, located in @@ -19,8 +19,6 @@ HOMEPAGE= http://www.washington.edu/pine/ COMMENT= Text editor (ships with Pine), and Pine's text editing lib LICENSE= pine-license -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes .include "../../mk/bsd.prefs.mk" |