diff options
author | joerg <joerg> | 2016-04-04 17:33:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-04-04 17:33:10 +0000 |
commit | 0a3fdae7f856b2f4d3f07d5bc4a58669ff66cb38 (patch) | |
tree | 0c05b2b8338cb3818ba01efa53350b50e88e95d7 | |
parent | 7c5edcd046fe97f31eed2bfc0118615a95401ce4 (diff) | |
download | pkgsrc-0a3fdae7f856b2f4d3f07d5bc4a58669ff66cb38.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.
-rw-r--r-- | fonts/fontforge/Makefile | 3 | ||||
-rw-r--r-- | fonts/fontforge/options.mk | 3 |
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" |