diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-17 02:57:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-17 02:57:00 +0000 |
commit | 3e84207f88ba1b6bfde30332fc1f69768a4e7819 (patch) | |
tree | e9fd4470bf729f0418a85eba3a7da6c1ec977cb6 /graphics | |
parent | b2ccdc84be7704f733a1bce6cfa305efa69571b2 (diff) | |
download | pkgsrc-3e84207f88ba1b6bfde30332fc1f69768a4e7819.tar.gz |
Remove USE_BUILDLINK_X11 (no such variable) and remove unnecessary
NO_CONFIGURE definition.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmbdfed/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/xmbdfed/Makefile b/graphics/xmbdfed/Makefile index 39f6aca14f6..bc6d0b3a56b 100644 --- a/graphics/xmbdfed/Makefile +++ b/graphics/xmbdfed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/19 16:17:11 kei Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/17 02:57:00 jlam Exp $ DISTNAME= xmbdfed-4.4 CATEGORIES= graphics x11 @@ -8,14 +8,11 @@ MAINTAINER= kei@netbsd.org HOMEPAGE= http://crl.nmsu.edu/~mleisher/xmbdfed.html COMMENT= Motif-based BDF font editor with lots of features -USE_BUILDLINK_X11= yes -NO_CONFIGURE= # defined - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmbdfed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1 .include "../../graphics/freetype-lib/buildlink.mk" -.include "../../mk/x11.buildlink.mk" .include "../../mk/motif.buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |