pkgsrc-WIP-changes archive

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

xfburn: fix dangling .includes



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 18:37:18 2015 +0200
Changeset:	5c8e1ab368b0bcf8a93bc76a3b12de2a6f2e8fe8

Modified Files:
	xfburn/Makefile

Log Message:
xfburn: fix dangling .includes

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

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

diffstat:
 xfburn/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/xfburn/Makefile b/xfburn/Makefile
index 92c6c7a..42b59a0 100644
--- a/xfburn/Makefile
+++ b/xfburn/Makefile
@@ -19,7 +19,7 @@ USE_TOOLS+=	gmake intltool pkg-config
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../sysutils/libburn/buildlink3.mk"
 .include "../../sysutils/libisofs/buildlink3.mk"
-.include "../../wip/libxfce4ui/buildlink3.mk"
-.include "../../wip/xfce4-exo/buildlink3.mk"
+.include "../../x11/libxfce4ui/buildlink3.mk"
+.include "../../x11/xfce4-exo/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index