diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-02-22 17:53:43 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-02-22 17:59:49 +0100 |
commit | e3170c88e713d20c0ce00059b4e3802b94d0736c (patch) | |
tree | 57cfae84e31e797983d6a0cee9bc462244e7223e | |
parent | games/dxx-rebirth: update to snapshot 20220222 (diff) |
deskutils/ydotool: Fix LICENSE
* New LICENSE is AGPLv3
* Drop USE_LDCONFIG
Reported by: jbeich@
Fixes: 776f54e2056e
-rw-r--r-- | deskutils/ydotool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/ydotool/Makefile b/deskutils/ydotool/Makefile index ed8e1cb98c69..3dbcb28fe90d 100644 --- a/deskutils/ydotool/Makefile +++ b/deskutils/ydotool/Makefile @@ -1,12 +1,13 @@ PORTNAME= ydotool PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org COMMENT= Generic command-line automation tool (no X!) -LICENSE= MIT +LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto \ @@ -21,8 +22,6 @@ USES= cmake compiler:c++11-lang localbase USE_GITHUB= yes GH_ACCOUNT= ReimuNotMoe -USE_LDCONFIG= yes - CFLAGS+= -I${LOCALBASE}/include/libepoll-shim LDFLAGS+= -L${LOCALBASE}/lib -lepoll-shim |