summaryrefslogtreecommitdiff
path: root/lang/gcc-aux
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-03 21:20:35 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-03 21:20:35 +0000
commit92d91cc84bf83ea721738f776882b7e93eec9ab1 (patch)
tree89246604284d2319842a2c6a68656b8fcd333e82 /lang/gcc-aux
parentDon't unconditionally install DOCS. PORTREVISION bump (diff)
lang/gcc-aux: Fix on DFly 3.5+ with test option
The BUILD_DEPENDS was redefined with test option was selected. Currently that only affects newer DragonFly (3.6 and Dev)
Notes
Notes: svn path=/head/; revision=346969
Diffstat (limited to 'lang/gcc-aux')
-rw-r--r--lang/gcc-aux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile
index 8c9b0d253067..6b3dd8b1e020 100644
--- a/lang/gcc-aux/Makefile
+++ b/lang/gcc-aux/Makefile
@@ -153,7 +153,7 @@ LANGS+= objc
#########################
.if ${PORT_OPTIONS:MTESTSUITE}
-BUILD_DEPENDS= dejagnu>=1.4:${PORTSDIR}/misc/dejagnu
+BUILD_DEPENDS+= dejagnu>=1.4:${PORTSDIR}/misc/dejagnu
APPLY_DIFFS+= ada-testsuite
APPLY_DIFFS+= fortran-testsuite
APPLY_DIFFS+= cxx-testsuite