From ff0f063c10e73b83a5f6854fe2480202a297ac6f Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 7 Feb 2014 13:25:19 +0000 Subject: [PATCH] - Remove the quota from previous commit. --- graphics/libgphoto2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index c03a51916188..01b2644c6059 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -46,7 +46,7 @@ XML_CONFIGURE_WITH= libxml2 .include -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000040 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000040 CONFIGURE_ENV+= LIBUSB1_CFLAGS=" " LIBUSB1_LIBS="-lusb" .endif