diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-26 20:35:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-26 20:35:50 +0800 |
commit | 3b719f87a14768433dc0cd06f301eeaf9c02fa43 (patch) | |
tree | 94d53c5c905021f480b1c80529f6919181c4c73b /games | |
parent | 6ed47115f3cf9c141188528e8863513cfade4cd8 (diff) | |
download | freebsd-ports-gnome-3b719f87a14768433dc0cd06f301eeaf9c02fa43.tar.gz freebsd-ports-gnome-3b719f87a14768433dc0cd06f301eeaf9c02fa43.tar.zst freebsd-ports-gnome-3b719f87a14768433dc0cd06f301eeaf9c02fa43.zip |
Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
Diffstat (limited to 'games')
-rw-r--r-- | games/kevedit/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/kevedit/Makefile b/games/kevedit/Makefile index 95dcc21e3ac8..ff4d4084d868 100644 --- a/games/kevedit/Makefile +++ b/games/kevedit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kevedit -# Date created: 16 September 2007 -# Whom: Raymond Pasco <ray@cultofray.net> -# +# Created by: Raymond Pasco <ray@cultofray.net> # $FreeBSD$ -# PORTNAME= kevedit PORTVERSION= 0.5.1 @@ -14,8 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Modern ZZT editor with necessary features +BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools +RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools + USE_SDL= yes -USE_CDRTOOLS= yes HAS_CONFIGURE= yes .include <bsd.port.mk> |