pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/amiwm



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 16 01:08:19 UTC 2023

Modified Files:
        pkgsrc/wm/amiwm: Makefile

Log Message:
wm/amiwm: pull in the all X libs it actually links to

PKGREVISION -> 1


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/wm/amiwm/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/amiwm/Makefile
diff -u pkgsrc/wm/amiwm/Makefile:1.34 pkgsrc/wm/amiwm/Makefile:1.35
--- pkgsrc/wm/amiwm/Makefile:1.34       Tue Jul 13 08:16:17 2021
+++ pkgsrc/wm/amiwm/Makefile    Mon Jan 16 01:08:19 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2021/07/13 08:16:17 nia Exp $
+# $NetBSD: Makefile,v 1.35 2023/01/16 01:08:19 dholland Exp $
 #
 
 DISTNAME=      amiwm0.21pl2
 PKGNAME=       amiwm-0.21pl2
+PKGREVISION=   1
 CATEGORIES=    wm x11
 MASTER_SITES=  ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/
 
@@ -25,6 +26,9 @@ MAKE_JOBS_SAFE=       no
 INSTALL_MAKE_FLAGS+=   prefix=${DESTDIR}${PREFIX} \
                        mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
 
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index