diff options
author | tv <tv> | 2005-01-24 22:13:52 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-24 22:13:52 +0000 |
commit | c3828affff67fdea0924b9cc665ca182d6d50f0b (patch) | |
tree | dc7db7dd1c159d4d0d3e5217a88cecf1b33dc6b6 | |
parent | c55964090b709c91b72c62ab0173219fb996ebbe (diff) | |
download | pkgsrc-c3828affff67fdea0924b9cc665ca182d6d50f0b.tar.gz |
Move inclusion of bsd.prefs.mk much further down in the file.
-rw-r--r-- | net/ORBit/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 3981c0c6a0b..bc6a9da6ae1 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews 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 @@ ORBIT_MINOR= 17 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" |