pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xephem Instead of including mk/x11.b3.mk, include ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee5a883d9f46
branches:  trunk
changeset: 526195:ee5a883d9f46
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Mar 03 12:06:54 2007 +0000

description:
Instead of including mk/x11.b3.mk, include the linked libraries.

Please, do not add new includes of that file, thanks.

diffstat:

 x11/xephem/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8f6a7accbf1c -r ee5a883d9f46 x11/xephem/Makefile
--- a/x11/xephem/Makefile       Sat Mar 03 11:04:35 2007 +0000
+++ b/x11/xephem/Makefile       Sat Mar 03 12:06:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2007/03/02 22:20:44 gdt Exp $
+# $NetBSD: Makefile,v 1.48 2007/03/03 12:06:54 joerg Exp $
 
 DISTNAME=      xephem-3.7.2
 PKGREVISION=   1
@@ -56,6 +56,10 @@
                ${PREFIX}/share/xephem
        ${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/xephem
 
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXp/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index