aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgphoto2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-07 13:25:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-07 13:25:19 +0000
commitff0f063c10e73b83a5f6854fe2480202a297ac6f (patch)
treeebf8c426713dd37aef24ecdf24c3847781a1280d /graphics/libgphoto2
parent901a9b203f34e6c67c8bc2d99b2b67053ec476aa (diff)
downloadports-ff0f063c10e73b83a5f6854fe2480202a297ac6f.tar.gz
ports-ff0f063c10e73b83a5f6854fe2480202a297ac6f.zip
Notes
Diffstat (limited to 'graphics/libgphoto2')
-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