diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-07 21:25:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-07 21:25:19 +0800 |
commit | 664499657c0781db0156e48b44b30aa95bc0f38d (patch) | |
tree | ebf8c426713dd37aef24ecdf24c3847781a1280d /graphics | |
parent | efd104441f2fc665ccccfa61eddfdb554a96d4ce (diff) | |
download | freebsd-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/Makefile | 2 |
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 |