diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 23:00:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 23:00:01 +0000 |
commit | 30e3249cc4517b9c1196b1a03b785867c6dd3f8d (patch) | |
tree | c2657fbf3e2f874208b7460d66593415d655261a /x11-fonts | |
parent | 32856e3cbbe441f38d016d9529eb8d945b56088f (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/nexfontsel/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-fonts/nexfontsel/Makefile b/x11-fonts/nexfontsel/Makefile index d5c2ab976e90..12b47f325522 100644 --- a/x11-fonts/nexfontsel/Makefile +++ b/x11-fonts/nexfontsel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nexfontsel -# Date created: 99/09/29 -# Whom: Satoshi TAOKA <taoka@FreeBSD.org> -# +# Created by: Satoshi TAOKA <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nexfontsel PORTVERSION= 3.0.1 @@ -15,11 +11,11 @@ MASTER_SITE_SUBDIR= pav DISTNAME= NeXFontSel-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A neXtaw based replacement for xfontsel +COMMENT= NeXtaw based replacement for xfontsel LIB_DEPENDS= neXtaw:${PORTSDIR}/x11-toolkits/neXtaw -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN1= nexfontsel.1 |