summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormorr <morr@pkgsrc.org>2013-01-15 16:21:34 +0000
committermorr <morr@pkgsrc.org>2013-01-15 16:21:34 +0000
commit190184702e3fb46246ccece841981cafb8195bb1 (patch)
tree32a57d9d2dc8b1b3e8b11c0456cec6c97f2deee2 /editors
parentc7af145a9aa577204bfdc7196a05a6385b350034 (diff)
downloadpkgsrc-190184702e3fb46246ccece841981cafb8195bb1.tar.gz
Clean up libXaw handling. [1/2]
- remove LIBXAW variable. It is handled by buildlink3.mk now - simplify patches and Makefile in packages using libXaw - in some cases force use of Xaw3d (won't build with Xaw) - replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk In next part: - replace more includes with mk/xaw.buildlink3.mk
Diffstat (limited to 'editors')
-rw-r--r--editors/vim-xaw/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index 2f134acbce4..7bad3a8c493 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2013/01/14 23:30:34 morr Exp $
+# $NetBSD: Makefile,v 1.56 2013/01/15 16:21:34 morr Exp $
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
COMMENT= Vim editor (vi clone) with X11 Athena GUI
@@ -19,12 +19,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
.include "../../mk/bsd.prefs.mk"
-.if defined(XAW_TYPE) && (${XAW_TYPE} == "3d" || ${XAW_TYPE} == "xpm")
-MAKE_ENV+= XAW_LIB="-lXaw3d"
-.else
-XAW_TYPE= standard
MAKE_ENV+= XAW_LIB="-lXaw"
-.endif
post-install:
.for f in gvim.1 gview.1 rgvim.1 rgview.1