summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2002-04-17 02:57:00 +0000
committerjlam <jlam>2002-04-17 02:57:00 +0000
commit6dd5ecd65495012cb689ad0f7fc368150c28b578 (patch)
treee9fd4470bf729f0418a85eba3a7da6c1ec977cb6
parent322208ec7ca16cf37340f047d12a674a86674f1e (diff)
downloadpkgsrc-6dd5ecd65495012cb689ad0f7fc368150c28b578.tar.gz
Remove USE_BUILDLINK_X11 (no such variable) and remove unnecessary
NO_CONFIGURE definition.
-rw-r--r--graphics/xmbdfed/Makefile7
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"