diff options
author | wiz <wiz@pkgsrc.org> | 2019-03-10 08:07:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-03-10 08:07:52 +0000 |
commit | 36133c2ebcfa927c4c0a3ad0ec6978c124056955 (patch) | |
tree | 648150b6f5e8408f52b51a723aa7a03567298528 /x11/xfd/Makefile | |
parent | 22c4755651e543b0da9039e924907e91f1e80357 (diff) | |
download | pkgsrc-36133c2ebcfa927c4c0a3ad0ec6978c124056955.tar.gz |
xfd: update to 1.1.3.
Alan Coopersmith (7):
Move domaindir declaration inside #ifdef USE_GETTEXT
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Re-enable code to use XKB Bells
xfd 1.1.3
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Diffstat (limited to 'x11/xfd/Makefile')
-rw-r--r-- | x11/xfd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index dcc59e51aa3..fe7a9518d8e 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2018/03/12 11:18:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2019/03/10 08:07:52 wiz Exp $ -DISTNAME= xfd-1.1.2 -PKGREVISION= 1 +DISTNAME= xfd-1.1.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -20,6 +19,7 @@ MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults .include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" +.include "../../x11/libxkbfile/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" |