diff options
| author | youri <youri> | 2017-06-23 16:48:44 +0000 |
|---|---|---|
| committer | youri <youri> | 2017-06-23 16:48:44 +0000 |
| commit | ad3a87c1c5c470eee61a5af0aeb3ec1557af059a (patch) | |
| tree | b4cdec8e90b0cbd34c5da4ed5ac5e5230ee13024 /time/xfce4-timer-plugin | |
| parent | 2d3ca1634a2ccd5cbb8659a054fe5c9216161112 (diff) | |
| download | pkgsrc-ad3a87c1c5c470eee61a5af0aeb3ec1557af059a.tar.gz | |
Add gtk2 to fix build.
Diffstat (limited to 'time/xfce4-timer-plugin')
| -rw-r--r-- | time/xfce4-timer-plugin/Makefile | 3 | ||||
| -rw-r--r-- | time/xfce4-timer-plugin/distinfo | 4 | ||||
| -rw-r--r-- | time/xfce4-timer-plugin/patches/patch-src_Makefile.in | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/time/xfce4-timer-plugin/Makefile b/time/xfce4-timer-plugin/Makefile index f9fb95d9b3b..09650d603f0 100644 --- a/time/xfce4-timer-plugin/Makefile +++ b/time/xfce4-timer-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2017/02/12 06:26:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2017/06/23 16:48:44 youri Exp $ # PKGREVISION= 4 @@ -11,6 +11,7 @@ MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.6/ HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin COMMENT= Xfce4 timer plugin +.include "../../x11/gtk2/buildlink3.mk" .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/xfce4-timer-plugin/distinfo b/time/xfce4-timer-plugin/distinfo index 5ccadec3969..272d0c1ce1c 100644 --- a/time/xfce4-timer-plugin/distinfo +++ b/time/xfce4-timer-plugin/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2015/11/02 23:31:47 agc Exp $ +$NetBSD: distinfo,v 1.4 2017/06/23 16:48:44 youri Exp $ SHA1 (xfce4-timer-plugin-1.6.0.tar.bz2) = aa37ccf7dad36000f413fd7dd29068da4858c8fe RMD160 (xfce4-timer-plugin-1.6.0.tar.bz2) = e7ffdbd03a19c87f206eef9920a4402a45d74405 SHA512 (xfce4-timer-plugin-1.6.0.tar.bz2) = aa2c6760945fe28fb1e8189b167dae176137164c017acb7057c93eb579147ef31134a840b23c78e3d1914c89865a0cc7b428e3561449f7ae01eb2d8a0fbd5815 Size (xfce4-timer-plugin-1.6.0.tar.bz2) = 325662 bytes -SHA1 (patch-src_Makefile.in) = 4778b32931ff6f2c10364cd824abfec43bc96082 +SHA1 (patch-src_Makefile.in) = 87301eea81144e073fd9e02cb763fe3fe6c2aecc diff --git a/time/xfce4-timer-plugin/patches/patch-src_Makefile.in b/time/xfce4-timer-plugin/patches/patch-src_Makefile.in index e48c4f1c60c..7b24dc7159e 100644 --- a/time/xfce4-timer-plugin/patches/patch-src_Makefile.in +++ b/time/xfce4-timer-plugin/patches/patch-src_Makefile.in @@ -1,6 +1,7 @@ -$NetBSD: patch-src_Makefile.in,v 1.1 2015/04/21 08:56:42 jperkin Exp $ +$NetBSD: patch-src_Makefile.in,v 1.2 2017/06/23 16:48:44 youri Exp $ Adjust config path. + --- src/Makefile.in.orig 2014-06-04 22:42:33.000000000 +0000 +++ src/Makefile.in @@ -298,7 +298,7 @@ target_alias = @target_alias@ |
