diff options
author | jlam <jlam> | 2001-07-04 03:33:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-04 03:33:26 +0000 |
commit | 81d3bc113fe66e7f58ad88fb6261bde5d9cd7f5c (patch) | |
tree | 2cacd62b4fad7aef3463c1fb92172007e363c713 /editors/ted | |
parent | 107ec99e8e1b4f2851e29bc23ea77433aea4f1fc (diff) | |
download | pkgsrc-81d3bc113fe66e7f58ad88fb6261bde5d9cd7f5c.tar.gz |
Use lesstif/buildlink.mk instead of USE_MOTIF. Also remove setting
of USE_BUILDLINK_ONLY as it's not really true.
Diffstat (limited to 'editors/ted')
-rw-r--r-- | editors/ted/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index bde34cadba3..1af7084aabe 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/29 21:31:40 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/07/04 03:33:26 jlam Exp $ DISTNAME= ted-2.10.src PKGNAME= ted-2.10 @@ -11,8 +11,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= X11 based WordPad-like word processor -USE_BUILDLINK_ONLY= YES -USE_MOTIF= YES USE_X11= YES AFMDIR= ${PREFIX}/share/Ted/afm @@ -65,4 +63,5 @@ do-install: .include "../../graphics/png/buildlink.mk" .include "../../graphics/tiff/buildlink.mk" .include "../../graphics/xpm/buildlink.mk" +.include "../../x11/lesstif/buildlink.mk" .include "../../mk/bsd.pkg.mk" |