diff options
Diffstat (limited to 'www/ot-recorder/Makefile')
-rw-r--r-- | www/ot-recorder/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ot-recorder/Makefile b/www/ot-recorder/Makefile index c2efd62aff63..a829498d8524 100644 --- a/www/ot-recorder/Makefile +++ b/www/ot-recorder/Makefile @@ -1,5 +1,5 @@ PORTNAME= ot-recorder -PORTVERSION= 0.9.9 +PORTVERSION= 1.0.0 CATEGORIES= www MAINTAINER= dvl@FreeBSD.org @@ -10,7 +10,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= curl>0:ftp/curl \ - e2fsprogs-libuuid>0:misc/e2fsprogs-libuuid \ libconfig>0:devel/libconfig \ lmdb>0:databases/lmdb \ mosquitto>0:net/mosquitto \ @@ -19,7 +18,8 @@ BUILD_DEPENDS= curl>0:ftp/curl \ LIB_DEPENDS= libconfig.so:devel/libconfig \ libcurl.so:ftp/curl \ liblmdb.so:databases/lmdb \ - libmosquitto.so:net/mosquitto + libmosquitto.so:net/mosquitto \ + libuuid.so:misc/libuuid USES= gmake |