diff options
author | pav <pav@FreeBSD.org> | 2009-04-18 17:15:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-18 17:15:55 +0800 |
commit | 645986ae7d81a8a0d0340e1494adb6420ecc4a27 (patch) | |
tree | ac5904043c08a1750ca51c9581f27af79cb52bc5 /sysutils | |
parent | a63915f1c8ce98bb58d50b1986bde02148bd7c82 (diff) | |
download | freebsd-ports-gnome-645986ae7d81a8a0d0340e1494adb6420ecc4a27.tar.gz freebsd-ports-gnome-645986ae7d81a8a0d0340e1494adb6420ecc4a27.tar.zst freebsd-ports-gnome-645986ae7d81a8a0d0340e1494adb6420ecc4a27.zip |
- Mark BROKEN: does not configure
Reported by: pointyhat
Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils')
-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 |