summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjoerg <joerg>2010-09-09 17:59:36 +0000
committerjoerg <joerg>2010-09-09 17:59:36 +0000
commit25c5a4a3aae0c1aeffd60cf7b2ef6c5a5ea88ba8 (patch)
treed323378b7de1c4c22db25286bf509cca5627b49d /fonts
parent89b11ba542afe589e95a6ff5d4804c5709354687 (diff)
downloadpkgsrc-25c5a4a3aae0c1aeffd60cf7b2ef6c5a5ea88ba8.tar.gz
Drop gmake dependency
Diffstat (limited to 'fonts')
-rw-r--r--fonts/font-adobe-100dpi/Makefile4
-rw-r--r--fonts/font-adobe-75dpi/Makefile4
-rw-r--r--fonts/font-adobe-utopia-100dpi/Makefile4
-rw-r--r--fonts/font-adobe-utopia-75dpi/Makefile4
-rw-r--r--fonts/font-bh-100dpi/Makefile4
-rw-r--r--fonts/font-bh-75dpi/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/fonts/font-adobe-100dpi/Makefile b/fonts/font-adobe-100dpi/Makefile
index 8a81eef0e51..ab846d5e5ef 100644
--- a/fonts/font-adobe-100dpi/Makefile
+++ b/fonts/font-adobe-100dpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/09/09 02:17:43 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/09 17:59:37 joerg Exp $
#
DISTNAME= font-adobe-100dpi-1.0.1
@@ -13,7 +13,7 @@ COMMENT= Standard 100dpi Adobe PCF fonts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip
+USE_TOOLS+= pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= share/fonts/X11/100dpi
diff --git a/fonts/font-adobe-75dpi/Makefile b/fonts/font-adobe-75dpi/Makefile
index 0128830e66b..e41730fb226 100644
--- a/fonts/font-adobe-75dpi/Makefile
+++ b/fonts/font-adobe-75dpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/09/09 02:18:04 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/09 17:59:37 joerg Exp $
#
DISTNAME= font-adobe-75dpi-1.0.1
@@ -13,7 +13,7 @@ COMMENT= Standard 75pi Adobe PCF fonts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip
+USE_TOOLS+= pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= share/fonts/X11/75dpi
diff --git a/fonts/font-adobe-utopia-100dpi/Makefile b/fonts/font-adobe-utopia-100dpi/Makefile
index 8c817bddad8..905efc7b969 100644
--- a/fonts/font-adobe-utopia-100dpi/Makefile
+++ b/fonts/font-adobe-utopia-100dpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/09/09 02:21:01 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/09 17:59:36 joerg Exp $
#
DISTNAME= font-adobe-utopia-100dpi-1.0.2
@@ -13,7 +13,7 @@ COMMENT= 100dpi Adobe Utopia PCF fonts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip
+USE_TOOLS+= pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= share/fonts/X11/100dpi
diff --git a/fonts/font-adobe-utopia-75dpi/Makefile b/fonts/font-adobe-utopia-75dpi/Makefile
index 2b9c137e994..6bb20795037 100644
--- a/fonts/font-adobe-utopia-75dpi/Makefile
+++ b/fonts/font-adobe-utopia-75dpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/09/09 02:22:09 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/09 17:59:36 joerg Exp $
#
DISTNAME= font-adobe-utopia-75dpi-1.0.2
@@ -13,7 +13,7 @@ COMMENT= 75dpi Adobe Utopia PCF fonts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip
+USE_TOOLS+= pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= share/fonts/X11/75dpi
diff --git a/fonts/font-bh-100dpi/Makefile b/fonts/font-bh-100dpi/Makefile
index 29539b0cd6d..76e0f596541 100644
--- a/fonts/font-bh-100dpi/Makefile
+++ b/fonts/font-bh-100dpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/09/09 02:23:38 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2010/09/09 17:59:36 joerg Exp $
#
DISTNAME= font-bh-100dpi-1.0.1
@@ -13,7 +13,7 @@ COMMENT= Standard 100dpi Bigelow & Holmes PCF fonts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip
+USE_TOOLS+= pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= share/fonts/X11/100dpi
diff --git a/fonts/font-bh-75dpi/Makefile b/fonts/font-bh-75dpi/Makefile
index a82dd0a631e..ae5f99fa187 100644
--- a/fonts/font-bh-75dpi/Makefile
+++ b/fonts/font-bh-75dpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/09/09 02:24:35 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2010/09/09 17:59:36 joerg Exp $
#
DISTNAME= font-bh-75dpi-1.0.1
@@ -13,7 +13,7 @@ COMMENT= Standard 75dpi Bigelow & Holmes PCF fonts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip
+USE_TOOLS+= pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= share/fonts/X11/75dpi