diff options
author | adam <adam@pkgsrc.org> | 2003-12-12 10:11:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-12-12 10:11:39 +0000 |
commit | 0c52b0d5d96123d7d359382f7e6280630202258a (patch) | |
tree | 9c24556721beaa79b3988bd8dccce518c8d3c6c6 /x11/lesstif/Makefile | |
parent | 2eee7c2596a3b67128d5f16076e0477f6bfc5a9f (diff) | |
download | pkgsrc-0c52b0d5d96123d7d359382f7e6280630202258a.tar.gz |
Changes 0.93.94:
Fix the crashes that were introduced by fixes for gadget colour problems.
Changes 0.93.91:
Implement Add Mode in XmText.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r-- | x11/lesstif/Makefile | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 983415da568..1e81f41c4a7 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,26 +1,20 @@ -# $NetBSD: Makefile,v 1.66 2003/08/20 10:37:37 markd Exp $ +# $NetBSD: Makefile,v 1.67 2003/12/12 10:11:39 adam Exp $ -DISTNAME= lesstif-0.93.46 -PKGREVISION= 1 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ - ftp://ftp.unicamp.br/pub/X11/lesstif/srcdist/ \ - ftp://ftp.kddlabs.co.jp/X11/lesstif/srcdist/ \ - ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ \ - http://gd.tuwien.ac.at/hci/lesstif/srcdist/ \ - http://www.damtp.cam.ac.uk/mirror/ftp.hungry.com/pub/hungry/lesstif/srcdist/ -EXTRACT_SUFX= .tar.bz2 +DISTNAME= lesstif-0.93.94 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lesstif/} +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= jlam@NetBSD.org -HOMEPAGE= http://www.lesstif.org/ +MAINTAINER= jlam@NetBSD.org +HOMEPAGE= http://www.lesstif.org/ COMMENT= API compatible clone of the OSF/Motif toolkit CONFLICTS+= openmotif-[0-9]* -USE_BUILDLINK2= # defined -USE_X11BASE= # defined -USE_GMAKE= # defined -USE_LIBTOOL= # defined +USE_BUILDLINK2= YES +USE_X11BASE= YES +USE_GMAKE= YES +USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool LIBTOOL_OVERRIDE+= ${WRKSRC}/test/libtool GNU_CONFIGURE= # defined |