pkgsrc-WIP-changes archive

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

Makefile update



Module Name:	pkgsrc-wip
Committed By:	Jay Patel <jaypatel.ani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Sat Jul 9 11:48:59 2022 +0530
Changeset:	4a5c4c6a4d3f085bd85c1c1a1c1ddbc847750a40

Modified Files:
	budgie-screensaver/Makefile

Log Message:
Makefile update

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a5c4c6a4d3f085bd85c1c1a1c1ddbc847750a40

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

diffstat:
 budgie-screensaver/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/budgie-screensaver/Makefile b/budgie-screensaver/Makefile
index 64edf69458..f8c006b1d4 100644
--- a/budgie-screensaver/Makefile
+++ b/budgie-screensaver/Makefile
@@ -15,6 +15,7 @@ LICENSE=	gnu-gpl-v2
 
 USE_TOOLS+=	pkg-config intltool automake autoconf autoreconf autoupdate m4
 GNU_CONFIGURE=	YES
+USE_LIBTOOL=	YES
 
 WRKSRC=			${WRKDIR}/budgie-screensaver-5.0.2
 USE_PKGLOCALEDIR=	yes
@@ -23,6 +24,7 @@ USE_PKGLOCALEDIR=	yes
 #	cd ${WRKSRC} && autoreconf -fiv
 
 
+.include "../../devel/meson/build.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../devel/glib/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index