diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-25 21:05:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-25 21:05:55 +0000 |
commit | 45b6736089403a3a0dd1dd23a5213e49c1a8edf1 (patch) | |
tree | c02aa83894694284296dcbc78c6dcde438660b38 /sysutils | |
parent | f9abd49829d5cff5e236d4b29a2810f50664c5a1 (diff) | |
download | pkgsrc-45b6736089403a3a0dd1dd23a5213e49c1a8edf1.tar.gz |
Needs main bacula package for shared libraries. Bump revision.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-tray-monitor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bacula-tray-monitor/Makefile b/sysutils/bacula-tray-monitor/Makefile index f02833a9c51..46ba65446c9 100644 --- a/sysutils/bacula-tray-monitor/Makefile +++ b/sysutils/bacula-tray-monitor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2015/04/25 14:24:50 tnn Exp $ +# $NetBSD: Makefile,v 1.37 2016/03/25 21:05:55 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-tray-monitor-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= System tray monitor for Bacula - The Network Backup Solution DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo @@ -18,5 +18,6 @@ INSTALL_DIRS= src/tray-monitor INSTALLATION_DIRS= sbin share/examples/bacula .include "../../sysutils/bacula/Makefile.common" +.include "../../sysutils/bacula/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |