svn commit: r501590 - head/sysutils/bareos-traymonitor
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Mon May 13 19:31:14 UTC 2019
Author: acm
Date: Mon May 13 19:31:12 2019
New Revision: 501590
URL: https://svnweb.freebsd.org/changeset/ports/501590
Log:
- Use _build suffix with some dependencies. It avoids needless runtime
dependencies
- Bump PORTREVISION
Suggested by: makc
Modified:
head/sysutils/bareos-traymonitor/Makefile
Modified: head/sysutils/bareos-traymonitor/Makefile
==============================================================================
--- head/sysutils/bareos-traymonitor/Makefile Mon May 13 19:30:22 2019 (r501589)
+++ head/sysutils/bareos-traymonitor/Makefile Mon May 13 19:31:12 2019 (r501590)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bareos
-
+PORTREVISION= 1
PKGNAMESUFFIX= -traymonitor
COMMENT= Backup archiving recovery open sourced (traymonitor)
@@ -12,7 +12,7 @@ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \
CONFLICTS= bacula*-bat-* bareos16-traymonitor-*
USES= pkgconfig gettext-runtime desktop-file-utils qt:5
-USE_QT= buildtools qmake uitools gui core
+USE_QT= buildtools_build qmake_build uitools_build gui core
WITH_BAT= yes
PLIST= ${.CURDIR}/pkg-plist
More information about the svn-ports-head
mailing list