1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Correctly assign RUN_DEPENDS. While it might work here as it was, it's

better be safe once and for all and do it right
- Canonicalize Makefile header while here
This commit is contained in:
Alexey Dokuchaev 2008-11-09 10:45:22 +00:00
parent efba0780de
commit 3a45e1f6e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222594

View File

@ -1,8 +1,9 @@
# New ports collection makefile for: GaUnit
# Date created: 8 May 2004
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
# Date created: 8 May 2004
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= gaunit
PORTVERSION= 0.1.6
@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An unit testing framework in Gauche
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_BUILD= yes
DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}