aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgphoto2/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-07 20:13:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-07 20:13:38 +0000
commit94866491c6876f5063cb3a7b16beb6c6055a9c18 (patch)
tree95a2ed2990916ffbeca47aa0a8dd0d338189b671 /graphics/libgphoto2/Makefile
parentce06749311229e3e3a677a452c37ffca13c4b6c7 (diff)
downloadports-94866491c6876f5063cb3a7b16beb6c6055a9c18.tar.gz
ports-94866491c6876f5063cb3a7b16beb6c6055a9c18.zip
- Fix include path on -current
Submitted by: marcus
Notes
Notes: svn path=/head/; revision=229654
Diffstat (limited to 'graphics/libgphoto2/Makefile')
-rw-r--r--graphics/libgphoto2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile
index 030e11c19e79..fb4f101e75b1 100644
--- a/graphics/libgphoto2/Makefile
+++ b/graphics/libgphoto2/Makefile
@@ -40,7 +40,7 @@ PLIST_SUB+= NLS=""
.if ${OSVERSION} < 800064
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
.else
-CONFIGURE_ENV+= LIBUSB_LIBS="-L/usr/lib -lusb20" LIBUSB_CFLAGS="-I/usr/include"
+CONFIGURE_ENV+= LIBUSB_LIBS="-L/usr/lib -lusb20" LIBUSB_CFLAGS="-I/usr/include/dev/usb"
.endif
post-patch: