diff options
Diffstat (limited to 'ports-mgmt/dialog4ports/Makefile')
-rw-r--r-- | ports-mgmt/dialog4ports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/dialog4ports/Makefile b/ports-mgmt/dialog4ports/Makefile index 3858acd7b3ab..91773a2e1f67 100644 --- a/ports-mgmt/dialog4ports/Makefile +++ b/ports-mgmt/dialog4ports/Makefile @@ -21,7 +21,7 @@ MAKE_ARGS+= MAN1DIR=${PREFIX}/share/man/man1 # CCACHE has options, so may need d4p, make d4p not ccache friendly # to avoid circular dependency NO_CCACHE= yes -MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null +MAKE_ENV+= SRCCONF=/dev/null .if !exists(/usr/lib/libdialog.so) BROKEN= Requires libdialog in base |