diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-26 13:56:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-26 13:56:06 +0000 |
commit | dbd321b40b748696e503dcd47e68c24b437aa36f (patch) | |
tree | 7b4289268326ba23c75db9c9c09e9a5b18854e99 /ports-mgmt/pkg_cleanup/Makefile | |
parent | 3601797d41b30fc4f695ad1ad3dc1d8f15986b9b (diff) |
Notes
Diffstat (limited to 'ports-mgmt/pkg_cleanup/Makefile')
-rw-r--r-- | ports-mgmt/pkg_cleanup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile index 9a5f4dfc203b..1626a16678de 100644 --- a/ports-mgmt/pkg_cleanup/Makefile +++ b/ports-mgmt/pkg_cleanup/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= sbin/pkg_cleanup \ IGNORE= requires r223289 or higher to compile .endif .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 -BROKEN= Does not build on powerpc-9: undefined reference to `sqrt' +BROKEN= Does not build on powerpc-9: undefined reference to 'sqrt' .endif do-extract: |