aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/xfontsel/Makefile
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2018-05-10 11:30:13 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2018-05-10 11:30:13 +0000
commit0a171811a9d912ad7c19eebc3d3e070e7307cab9 (patch)
tree97a499cab2e00606fbd1d74017c318e357127a00 /x11-fonts/xfontsel/Makefile
parent13b83ab1798b3d184952ec9543af43da640c49c0 (diff)
downloadports-0a171811a9d912ad7c19eebc3d3e070e7307cab9.tar.gz
ports-0a171811a9d912ad7c19eebc3d3e070e7307cab9.zip
x11-fonts/xfontsel: update to 1.0.6
Add missing dependencies Summary of changes: * Autoconf changes and fixes * Code cleanup and misc. fixes.
Notes
Notes: svn path=/head/; revision=469533
Diffstat (limited to 'x11-fonts/xfontsel/Makefile')
-rw-r--r--x11-fonts/xfontsel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/xfontsel/Makefile b/x11-fonts/xfontsel/Makefile
index bffb80a6c0a1..9103f1561f9a 100644
--- a/x11-fonts/xfontsel/Makefile
+++ b/x11-fonts/xfontsel/Makefile
@@ -1,13 +1,13 @@
# $FreeBSD$
PORTNAME= xfontsel
-PORTVERSION= 1.0.5
+PORTVERSION= 1.0.6
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Point and click selection of X11 font names
XORG_CAT= app
-USE_XORG= xt xaw
+USE_XORG= x11 xaw xmu xt
.include <bsd.port.mk>