Skip to content

Commit

Permalink
ports-mgmt/portsdb: Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jan 1, 2023
1 parent f46536d commit f212fe8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ports-mgmt/portsdb/Makefile
@@ -1,5 +1,6 @@
PORTNAME= portsdb
DISTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= ports-mgmt

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -9,7 +10,9 @@ WWW= https://github.com/yurivict/freebsd-portsdb
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= sqlite3:databases/sqlite3
RUN_DEPENDS= gsed:textproc/gsed \
git:devel/git \
sqlite3:databases/sqlite3

USE_GITHUB= yes
GH_ACCOUNT= yurivict
Expand Down

0 comments on commit f212fe8

Please sign in to comment.