diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:54:17 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:54:17 +0000 |
commit | 8ef15efe0d0ec52b7798c8c14fc782b4d1b1046e (patch) | |
tree | 064dc5eed11d189616da2e956b77b10903124f93 /x11-fonts/showfont/Makefile | |
parent | a460f58bfd3a0704c0a59e61dbae2118789c76d5 (diff) |
Notes
Diffstat (limited to 'x11-fonts/showfont/Makefile')
-rw-r--r-- | x11-fonts/showfont/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-fonts/showfont/Makefile b/x11-fonts/showfont/Makefile index c2e37b580f2e..2dc85b5c45f5 100644 --- a/x11-fonts/showfont/Makefile +++ b/x11-fonts/showfont/Makefile @@ -1,19 +1,14 @@ -# New ports collection makefile for: showfont -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= showfont -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= Font dumper for the X font server XORG_CAT= app -USE_XORG= libfs +USE_XORG= libfs xorg-macros PLIST_FILES= bin/showfont |