aboutsummaryrefslogtreecommitdiff
path: root/comms/dfu-programmer
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-05 22:58:30 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-05 22:58:30 +0000
commitbdc43de33e593eb1ee652e2f503cd9881706fc70 (patch)
treeeed8eb738ba3be911d408f5cfeb879bb4e9bf8f2 /comms/dfu-programmer
parent5c82686458c23e9b2e8f0247a9d5437545658554 (diff)
Notes
Diffstat (limited to 'comms/dfu-programmer')
-rw-r--r--comms/dfu-programmer/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/dfu-programmer/Makefile b/comms/dfu-programmer/Makefile
index ab4376d984f2..642b4304f5c9 100644
--- a/comms/dfu-programmer/Makefile
+++ b/comms/dfu-programmer/Makefile
@@ -12,9 +12,7 @@ COMMENT= Device Firmware Update based USB programmer for Atmel chips
LICENSE= GPLv2
GNU_CONFIGURE= yes
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lusb
+LIBS+= -lusb
PLIST_FILES= bin/dfu-programmer man/man1/dfu-programmer.1.gz
PORTDOCS= *