diff options
Diffstat (limited to 'devel/hs-hinotify/Makefile')
-rw-r--r-- | devel/hs-hinotify/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-hinotify/Makefile b/devel/hs-hinotify/Makefile index 1dc6a6fbc788..f2bcbd08d48a 100644 --- a/devel/hs-hinotify/Makefile +++ b/devel/hs-hinotify/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= hinotify -PORTVERSION= 0.3.5 -PORTREVISION= 6 +PORTVERSION= 0.3.7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Haskell binding to inotify -LICENSE= BSD +LICENSE= BSD3CLAUSE LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify |