aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-07 21:25:19 +0800
committermiwi <miwi@FreeBSD.org>2014-02-07 21:25:19 +0800
commit664499657c0781db0156e48b44b30aa95bc0f38d (patch)
treeebf8c426713dd37aef24ecdf24c3847781a1280d /graphics
parentefd104441f2fc665ccccfa61eddfdb554a96d4ce (diff)
downloadfreebsd-ports-gnome-664499657c0781db0156e48b44b30aa95bc0f38d.tar.gz
freebsd-ports-gnome-664499657c0781db0156e48b44b30aa95bc0f38d.tar.zst
freebsd-ports-gnome-664499657c0781db0156e48b44b30aa95bc0f38d.zip
- Remove the quota from previous commit.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libgphoto2/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.options.mk>
-.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000040
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000040
CONFIGURE_ENV+= LIBUSB1_CFLAGS=" " LIBUSB1_LIBS="-lusb"
.endif