summaryrefslogtreecommitdiff
path: root/x11/lesstif12
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-30 19:08:21 +0000
committerjlam <jlam@pkgsrc.org>2001-06-30 19:08:21 +0000
commite5bae2d5801fc2d6c49ccee9ca16e0dde402f16c (patch)
tree14500fc61e697f795ae42b50eb1cda1be128fcf7 /x11/lesstif12
parent257758c1da74ccac881590408c314a341e294cee (diff)
downloadpkgsrc-e5bae2d5801fc2d6c49ccee9ca16e0dde402f16c.tar.gz
Update lesstif and lesstif12 to 0.92.32. Changes from version 0.92.26
include: Small code fixes to help building on some systems Use new libtool version 1.4 and automake 1.4-p1 Install more machine-indepedent files in $(prefix)
Diffstat (limited to 'x11/lesstif12')
-rw-r--r--x11/lesstif12/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/x11/lesstif12/Makefile b/x11/lesstif12/Makefile
index 5a3c483f226..47dc9826052 100644
--- a/x11/lesstif12/Makefile
+++ b/x11/lesstif12/Makefile
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.6 2001/02/17 17:06:35 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/06/30 19:08:22 jlam Exp $
-PKGNAME= lesstif12-${LESSTIF_VERSION}
+.include "../../x11/lesstif/Makefile.common"
-COMMENT= API compatible clone of the OSF/Motif toolkit, version 1.2
+PKGNAME= lesstif12-${LESSTIF_VERSION}
+COMMENT= API compatible clone of the OSF/Motif toolkit, version 1.2
-CONFLICTS+= lesstif-0.[0-8]*
-CONFLICTS+= lesstif-0.90*
-CONFLICTS+= lesstif-0.91 lesstif-0.91.[0-3]
-CONFLICTS+= openmotif-*
+CONFLICTS+= lesstif-0.[0-8]*
+CONFLICTS+= lesstif-0.90*
+CONFLICTS+= lesstif-0.91 lesstif-0.91.[0-3]
+CONFLICTS+= openmotif-*
CONFIGURE_ARGS+= --enable-build-12
CONFIGURE_ARGS+= --disable-build-20
+CONFIGURE_ARGS+= --disable-build-21
CONFIGURE_ARGS+= --enable-default-12
# We don't install any documentation, but the installation process creates
@@ -19,4 +21,4 @@ CONFIGURE_ARGS+= --enable-default-12
post-install:
${RMDIR} -p ${PREFIX}/share/doc/html/lesstif 2> /dev/null || ${TRUE}
-.include "../../x11/lesstif/Makefile.common"
+.include "../../mk/bsd.pkg.mk"