pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ORBit Move inclusion of bsd.prefs.mk much further ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c7f449c7c60
branches:  trunk
changeset: 488112:8c7f449c7c60
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 22:13:52 2005 +0000

description:
Move inclusion of bsd.prefs.mk much further down in the file.

diffstat:

 net/ORBit/Makefile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r bcd0608ec349 -r 8c7f449c7c60 net/ORBit/Makefile
--- a/net/ORBit/Makefile        Mon Jan 24 22:10:44 2005 +0000
+++ b/net/ORBit/Makefile        Mon Jan 24 22:13:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2005/01/13 09:58:57 adam Exp $
+# $NetBSD: Makefile,v 1.111 2005/01/24 22:13:52 tv Exp $
 
 DISTNAME=      ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
 CATEGORIES=    net
@@ -13,12 +13,6 @@
 
 USE_BUILDLINK3=                YES
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} != "NetBSD" && ${OPSYS} != "Linux"
-DEPENDS+=              gindent-[0-9]*:../../devel/gindent
-.endif
-
 USE_GNU_TOOLS+=                lex make yacc
 USE_LIBTOOL=           YES
 PTHREAD_AUTO_VARS=     YES
@@ -36,6 +30,12 @@
 
 INFO_FILES=            libIDL.info
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "NetBSD" && ${OPSYS} != "Linux"
+DEPENDS+=              gindent-[0-9]*:../../devel/gindent
+.endif
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib/buildlink3.mk"
 .include "../../security/tcp_wrappers/buildlink3.mk"



Home | Main Index | Thread Index | Old Index