pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXpm



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec  5 18:15:47 UTC 2021

Modified Files:
        pkgsrc/x11/libXpm: Makefile

Log Message:
libXpm: fix X11_BUILTIN_NAME


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/libXpm/Makefile

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

Modified files:

Index: pkgsrc/x11/libXpm/Makefile
diff -u pkgsrc/x11/libXpm/Makefile:1.21 pkgsrc/x11/libXpm/Makefile:1.22
--- pkgsrc/x11/libXpm/Makefile:1.21     Wed Dec  1 13:01:14 2021
+++ pkgsrc/x11/libXpm/Makefile  Sun Dec  5 18:15:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2021/12/01 13:01:14 nia Exp $
+# $NetBSD: Makefile,v 1.22 2021/12/05 18:15:47 nia Exp $
 
 DISTNAME=              libXpm-3.5.13
 CATEGORIES=            graphics x11
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+=      XPM_CFLAGS=${XPM_CFLAGS
                        SXPM_LIBS=${SXPM_LIBS:Q}
 .endif
 
-X11_BUILTIN_NAME?=             libXmu
+X11_BUILTIN_NAME?=             libXpm
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index