summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-13 15:17:23 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-13 15:17:23 +0000
commitd33ccda4030ceca0b46cccf075651556855a7c41 (patch)
tree18d6700d69915ffc476151fae25f92ff0906e745 /sysutils
parentdatabases/mariadb-connector-odbc: Update to 3.0.8 (diff)
Use USES=pkgconfig where appropriate
Notes
Notes: svn path=/head/; revision=490143
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hstr/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/hstr/Makefile b/sysutils/hstr/Makefile
index f93911c1603f..f949e7edf76b 100644
--- a/sysutils/hstr/Makefile
+++ b/sysutils/hstr/Makefile
@@ -11,9 +11,7 @@ COMMENT= Bash and Zsh shell history suggest box
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= pkg-config:devel/pkgconf
-
-USES= autoreconf ncurses readline
+USES= autoreconf ncurses pkgconfig readline
USE_GITHUB= yes
GH_ACCOUNT= dvorka
GH_PROJECT= hstr