summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2016-05-09 10:36:55 +0000
committermarkd <markd@pkgsrc.org>2016-05-09 10:36:55 +0000
commit6bde65dd8b4349b25e217afb60ef3e3b330a4a0b (patch)
tree78c1b93ee7d5fdf107adac84fddb98726bec19d5 /fonts
parent60d860916acc881260c80d75388ec9ab6609ff02 (diff)
downloadpkgsrc-6bde65dd8b4349b25e217afb60ef3e3b330a4a0b.tar.gz
Add build dependency on fontforge.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/oxygen-fonts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/oxygen-fonts/Makefile b/fonts/oxygen-fonts/Makefile
index aecb9307ede..3e84d002809 100644
--- a/fonts/oxygen-fonts/Makefile
+++ b/fonts/oxygen-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/05/08 11:36:50 markd Exp $
+# $NetBSD: Makefile,v 1.2 2016/05/09 10:36:55 markd Exp $
DISTNAME= oxygen-fonts-${PLASMAVER}
CATEGORIES= fonts kde
@@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v3 AND ofl-v1.1
PLASMAVER= 5.4.3
BUILD_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules
+BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
USE_CMAKE= yes
USE_LANGUAGES= c c++