diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-03 21:20:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-03 21:20:35 +0000 |
commit | 92d91cc84bf83ea721738f776882b7e93eec9ab1 (patch) | |
tree | 89246604284d2319842a2c6a68656b8fcd333e82 /lang/gcc-aux | |
parent | 7714ad1b98a3b23cdc57d4056afa0d4774bdd299 (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/Makefile | 2 |
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 |