diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-08 21:36:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-08 21:36:31 +0800 |
commit | 48ff3ef0b4417e183e8cb680acc541db0204b342 (patch) | |
tree | 45f07f77dc81a4b6edc60331d8ffae448ff70b1b /comms/xmorse | |
parent | 72e94a3a6c792fee00df9a6afc369d7a85cf3952 (diff) | |
download | freebsd-ports-gnome-48ff3ef0b4417e183e8cb680acc541db0204b342.tar.gz freebsd-ports-gnome-48ff3ef0b4417e183e8cb680acc541db0204b342.tar.zst freebsd-ports-gnome-48ff3ef0b4417e183e8cb680acc541db0204b342.zip |
Remove uneeded USE_DISPLAY
While here:
Trim header
Remove indefinite article from comment
Diffstat (limited to 'comms/xmorse')
-rw-r--r-- | comms/xmorse/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/comms/xmorse/Makefile b/comms/xmorse/Makefile index f6f75b144441..48c7f72226e1 100644 --- a/comms/xmorse/Makefile +++ b/comms/xmorse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmorse -# Date created: 24 Novermber 2007 -# Whom: Sunry Chen <sunrychen@gmail.com> -# +# Created by: Sunry Chen <sunrychen@gmail.com> # $FreeBSD$ -# PORTNAME= xmorse PORTVERSION= 20041125 @@ -17,11 +13,10 @@ DISTNAME= m${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= sunrychen@gmail.com -COMMENT= A fully automatic Morse code teaching machine +COMMENT= Fully automatic Morse code teaching machine LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -USE_DISPLAY= yes USE_SDL= sdl PLIST_FILES= bin/xmorse |