diff options
author | sanpei <sanpei@FreeBSD.org> | 2013-09-22 13:03:27 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2013-09-22 13:03:27 +0800 |
commit | 12d29a9e7fbd465c718b57457703218b61e17b14 (patch) | |
tree | 10646ca6dae86c64748d0a1d067aa40262a2502e /misc/usbrh-libusb | |
parent | 305b22701f884b33b38562c3b5d6b13aab0434dc (diff) | |
download | freebsd-ports-graphics-12d29a9e7fbd465c718b57457703218b61e17b14.tar.gz freebsd-ports-graphics-12d29a9e7fbd465c718b57457703218b61e17b14.tar.zst freebsd-ports-graphics-12d29a9e7fbd465c718b57457703218b61e17b14.zip |
unbreak on 10-current
Diffstat (limited to 'misc/usbrh-libusb')
-rw-r--r-- | misc/usbrh-libusb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/usbrh-libusb/Makefile b/misc/usbrh-libusb/Makefile index df3ee4df30a..65c0e9629f6 100644 --- a/misc/usbrh-libusb/Makefile +++ b/misc/usbrh-libusb/Makefile @@ -12,6 +12,8 @@ DISTNAME= usbrh-${PORTVERSION} MAINTAINER= sanpei@FreeBSD.org COMMENT= Yet another reads temperatures and humidity from a Strawberry Linux USB-RH +USE_GCC= any + PLIST_FILES= bin/usbrh NO_STAGE= yes |