diff options
author | June McEnroe <june@causal.agency> | 2021-09-13 20:47:10 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-13 20:47:10 +0000 |
commit | 6d128e81fbd4d7f8642ee79f49099e581f1a5a58 (patch) | |
tree | 13d7917c5993414fcc8ee416b836659fe5704c6d /irc/scooper/Makefile | |
parent | Update pounce to 2.5 (diff) | |
download | ports-6d128e81fbd4d7f8642ee79f49099e581f1a5a58.tar.gz ports-6d128e81fbd4d7f8642ee79f49099e581f1a5a58.zip |
Update scooper to 1.3
Diffstat (limited to 'irc/scooper/Makefile')
-rw-r--r-- | irc/scooper/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/scooper/Makefile b/irc/scooper/Makefile index c622923..1f9df37 100644 --- a/irc/scooper/Makefile +++ b/irc/scooper/Makefile @@ -1,5 +1,5 @@ PORTNAME= scooper -DISTVERSION= 1.2 +DISTVERSION= 1.3 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/scooper/snapshot/ @@ -10,8 +10,7 @@ LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libkcgi.a:www/kcgi \ - ${LOCALBASE}/lib/libkcgihtml.a:www/kcgi \ - ${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3 + ${LOCALBASE}/lib/libkcgihtml.a:www/kcgi USES= pkgconfig |