diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 12:35:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 12:35:50 +0000 |
commit | dba80fffe43da11d0a331d26ff47ad47939db729 (patch) | |
tree | 94d53c5c905021f480b1c80529f6919181c4c73b /games/kevedit | |
parent | 9e20b44c8053a22656f664d6c0e3ba06708a98b5 (diff) |
Notes
Diffstat (limited to 'games/kevedit')
-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> |