pkgsrc-WIP-changes archive

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

Use the options framework.



Module Name:	pkgsrc-wip
Committed By:	youri <youri.mout%gmail.com@localhost>
Pushed By:	youri
Date:		Thu Jul 14 19:10:39 2016 +0200
Changeset:	f75344b5757308c449c8e102a5277360d819d386

Modified Files:
	cinnamon-desktop/Makefile

Log Message:
Use the options framework.

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

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

diffstat:
 cinnamon-desktop/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/cinnamon-desktop/Makefile b/cinnamon-desktop/Makefile
index 6e85953..fa54d8a 100644
--- a/cinnamon-desktop/Makefile
+++ b/cinnamon-desktop/Makefile
@@ -26,9 +26,10 @@ pre-configure:
 
 BUILD_DEPENDS+=	gnome-common-[0-9]*:../../devel/gnome-common
 
+.include "options.mk"
+
 .include "../../audio/pulseaudio/buildlink3.mk"
 .include "../../devel/glib2/schemas.mk"
-.include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"


Home | Main Index | Thread Index | Old Index