diff options
Diffstat (limited to 'science/sigrok-cli/Makefile')
-rw-r--r-- | science/sigrok-cli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/sigrok-cli/Makefile b/science/sigrok-cli/Makefile index 50e4761b2acd..4b31aa417866 100644 --- a/science/sigrok-cli/Makefile +++ b/science/sigrok-cli/Makefile @@ -12,9 +12,9 @@ COMMENT= Framework for hardware logic analyzers, CLI client LICENSE= GPLv3 -LIB_DEPENDS= libserialport.so:${PORTSDIR}/devel/libserialport \ - libsigrok.so:${PORTSDIR}/devel/libsigrok \ - libsigrokdecode.so:${PORTSDIR}/devel/libsigrokdecode +LIB_DEPENDS= libserialport.so:devel/libserialport \ + libsigrok.so:devel/libsigrok \ + libsigrokdecode.so:devel/libsigrokdecode PLIST_FILES= bin/sigrok-cli man/man1/sigrok-cli.1.gz |