diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-18 09:15:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-18 09:15:55 +0000 |
commit | 2a5f10d978047a5efafb45c0b2031a0877159130 (patch) | |
tree | 974fc195c2851b2f6a0cc15f19912083b192e00e | |
parent | c4b5d4b40dd51840b30caffeebc44482acb91f60 (diff) |
Notes
-rw-r--r-- | sysutils/busybox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 3b244b343173..de1fb7c867b0 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -21,6 +21,8 @@ USE_GMAKE= yes PLIST_FILES= bin/busybox +BROKEN= does not configure + do-configure: ${CP} ${FILESDIR}/data-.config ${WRKSRC}/.config cd ${WRKSRC} && ${GMAKE} oldconfig |