diff options
Diffstat (limited to 'sysutils/confman/Makefile')
-rw-r--r-- | sysutils/confman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/confman/Makefile b/sysutils/confman/Makefile index ee5db5469e1a..713b0bbbae99 100644 --- a/sysutils/confman/Makefile +++ b/sysutils/confman/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ sudo:${PORTSDIR}/security/sudo \ greadlink:${PORTSDIR}/sysutils/coreutils \ wget:${PORTSDIR}/ftp/wget -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} GNU_CONFIGURE= yes |