diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-04 03:33:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-04 03:33:26 +0000 |
commit | c041ff80546d4ceb70c6302d9df985aca436584f (patch) | |
tree | 2cacd62b4fad7aef3463c1fb92172007e363c713 /editors | |
parent | a5f5b1841721202d3808283c4b8816c3e6051722 (diff) | |
download | pkgsrc-c041ff80546d4ceb70c6302d9df985aca436584f.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')
-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" |