diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-26 12:16:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-26 12:16:23 +0000 |
commit | 3f10d7d21e72fd9627e0c990641735ba4898e24f (patch) | |
tree | b11edf5e571187a7f47a1feb1c4132f0fd070415 /palm | |
parent | a37447812bc2f210f7996db509d6f756b7072d93 (diff) | |
download | ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.tar.gz ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/barry/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/palm/barry/Makefile b/palm/barry/Makefile index 6cbb23d86f8f..11aed1904f9b 100644 --- a/palm/barry/Makefile +++ b/palm/barry/Makefile @@ -34,6 +34,7 @@ OPTIONS= GUI "Build the GUI" On \ LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb .else CONFIGURE_ENV+= LIBUSB_LIBS="-lusb" LIBUSB_CFLAGS="-I/usr/include" +BROKEN= does not configure .endif .if defined(WITH_GUI) |