pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/xfce4-thunar-archive



Module Name:    pkgsrc
Committed By:   youri
Date:           Tue Jun 20 18:46:47 UTC 2017

Modified Files:
        pkgsrc/archivers/xfce4-thunar-archive: Makefile

Log Message:
Add gtk2 dependency back to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/xfce4-thunar-archive/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/xfce4-thunar-archive/Makefile
diff -u pkgsrc/archivers/xfce4-thunar-archive/Makefile:1.5 pkgsrc/archivers/xfce4-thunar-archive/Makefile:1.6
--- pkgsrc/archivers/xfce4-thunar-archive/Makefile:1.5  Sun Feb 12 06:25:00 2017
+++ pkgsrc/archivers/xfce4-thunar-archive/Makefile      Tue Jun 20 18:46:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/02/12 06:25:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/20 18:46:47 youri Exp $
 #
 
 PKGREVISION= 4
@@ -17,4 +17,5 @@ DEPENDS=      file-roller-[0-9]*:../../archiv
 
 .include "../../sysutils/xfce4-thunar/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index