pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/fvwm



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Jul 12 13:29:31 UTC 2019

Modified Files:
        pkgsrc/wm/fvwm: Makefile

Log Message:
Add PNG support.

Fixes PR pkg/54371


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/wm/fvwm/Makefile

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

Modified files:

Index: pkgsrc/wm/fvwm/Makefile
diff -u pkgsrc/wm/fvwm/Makefile:1.38 pkgsrc/wm/fvwm/Makefile:1.39
--- pkgsrc/wm/fvwm/Makefile:1.38        Wed Aug 22 09:47:21 2018
+++ pkgsrc/wm/fvwm/Makefile     Fri Jul 12 13:29:31 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2018/08/22 09:47:21 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2019/07/12 13:29:31 hauke Exp $
 
 DISTNAME=      fvwm-${FVWM_VER}
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    x11 wm
 MASTER_SITES=  ftp://ftp.fvwm.org/pub/fvwm/version-2/
 MASTER_SITES+= http://www.fvwm.org/generated/icon_download/
@@ -65,6 +65,7 @@ BUILDLINK_DEPMETHOD.libXt?=   build
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"



Home | Main Index | Thread Index | Old Index