diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-03-02 03:01:01 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-03-02 03:01:01 +0000 |
commit | 11a6fb8ab0ab0ea832c91da704b9e3ffea306e73 (patch) | |
tree | 1a59bce2ad1807c064836093be9aa146b5d7d270 /comms | |
parent | e738604a7f13101940839b27ac11b853770da553 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/usbmuxd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile index a7515d560136..9f34eac9a639 100644 --- a/comms/usbmuxd/Makefile +++ b/comms/usbmuxd/Makefile @@ -26,7 +26,7 @@ PORTDOCS= AUTHORS README README.devel .if ${OSVERSION} == 800107 || ${OSVERSION} == 900002 HAVE_LIBUSB104!= ${GREP} --quiet "libusb_fill_bulk_transfer" \ /usr/include/libusb.h \ - && ${ECHO} yes || ${ECHO} no + && ${ECHO_CMD} yes || ${ECHO_CMD} no .elif ${OSVERSION} > 800107 && ${OSVERSION} < 900000 || ${OSVERSION} > 900002 HAVE_LIBUSB104= yes .else |