summaryrefslogtreecommitdiff
path: root/fonts/xmbdfed
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-19 04:53:58 +0000
committersnj <snj@pkgsrc.org>2004-04-19 04:53:58 +0000
commit9edc500cf4a7a1a328bf03bf3c3bc8a4808076ec (patch)
treea285b4c763a9339088a7c9998af398a50cec6645 /fonts/xmbdfed
parent6f5834161677def30213e3bb6c988e8df8f49a41 (diff)
downloadpkgsrc-9edc500cf4a7a1a328bf03bf3c3bc8a4808076ec.tar.gz
Convert to buildlink3.
Diffstat (limited to 'fonts/xmbdfed')
-rw-r--r--fonts/xmbdfed/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/xmbdfed/Makefile b/fonts/xmbdfed/Makefile
index 72aba33edca..71f76923362 100644
--- a/fonts/xmbdfed/Makefile
+++ b/fonts/xmbdfed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 21:37:47 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/19 05:29:21 snj Exp $
DISTNAME= xmbdfed-4.4
CATEGORIES= fonts graphics x11
@@ -8,14 +8,14 @@ MAINTAINER= kei@NetBSD.org
HOMEPAGE= http://crl.nmsu.edu/~mleisher/xmbdfed.html
COMMENT= Motif-based BDF font editor with lots of features
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11BASE= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmbdfed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1
-.include "../../graphics/freetype-lib/buildlink2.mk"
-.include "../../mk/motif.buildlink2.mk"
+.include "../../graphics/freetype-lib/buildlink3.mk"
+.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"