summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-04-04 17:33:10 +0000
committerjoerg <joerg@pkgsrc.org>2016-04-04 17:33:10 +0000
commitaf3357dd4f31307766cd82a04e4888ce33c6d017 (patch)
tree0c05b2b8338cb3818ba01efa53350b50e88e95d7 /fonts
parenteb9623691eb247d91b66f7dc56c91c2067f8a9f1 (diff)
downloadpkgsrc-af3357dd4f31307766cd82a04e4888ce33c6d017.tar.gz
X11 option explicitly needs to depend on libSM, otherwise just
installing the binary package has missing binaries due to libXt being included as build dependency only. Bump revision.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontforge/Makefile3
-rw-r--r--fonts/fontforge/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile
index c935cdc84a1..f601852fbf0 100644
--- a/fonts/fontforge/Makefile
+++ b/fonts/fontforge/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.95 2016/02/07 14:09:08 adam Exp $
+# $NetBSD: Makefile,v 1.96 2016/04/04 17:33:10 joerg Exp $
DISTNAME= fontforge-20150824
CATEGORIES= fonts editors
+PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_GITHUB:=fontforge/}
GITHUB_PROJECT= fontforge
GITHUB_RELEASE= 20150824
diff --git a/fonts/fontforge/options.mk b/fonts/fontforge/options.mk
index 6d13e57370a..57073a1ba3d 100644
--- a/fonts/fontforge/options.mk
+++ b/fonts/fontforge/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2008/11/01 09:51:59 adam Exp $
+# $NetBSD: options.mk,v 1.2 2016/04/04 17:33:10 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fontforge
PKG_SUPPORTED_OPTIONS= x11
@@ -12,6 +12,7 @@ PLIST_VARS+= x11
PLIST.x11= yes
# checks for X11/Intrinsic.h
BUILDLINK_DEPMETHOD.libXt+= build
+.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXi/buildlink3.mk"