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 /sysutils/freesbie/Makefile | |
parent | 9e20b44c8053a22656f664d6c0e3ba06708a98b5 (diff) |
Notes
Diffstat (limited to 'sysutils/freesbie/Makefile')
-rw-r--r-- | sysutils/freesbie/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile index 5389620234a2..5eab22d7b36f 100644 --- a/sysutils/freesbie/Makefile +++ b/sysutils/freesbie/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: FreeSBIE -# Date created: 27 March 2003 -# Whom: Thomas E. Zander <riggs@rrr.de> -# +# Created by: Thomas E. Zander <riggs@rrr.de> # $FreeBSD$ -# PORTNAME= freesbie PORTVERSION= 2.0.20070710 @@ -16,8 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/2.0.//} MAINTAINER= riggs@rrr.de COMMENT= Yet another cool answer to the system-on-cd question +RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools + USE_BZIP2= yes -USE_CDRTOOLS= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}2 |