diff options
author | tv <tv@pkgsrc.org> | 2005-01-24 22:13:52 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-24 22:13:52 +0000 |
commit | cf4fbee0a14d374798507f9b3410d141974f1a01 (patch) | |
tree | dc7db7dd1c159d4d0d3e5217a88cecf1b33dc6b6 /net | |
parent | 767b8636f07700b60ab59fcf171f905918d9c7bf (diff) | |
download | pkgsrc-cf4fbee0a14d374798507f9b3410d141974f1a01.tar.gz |
Move inclusion of bsd.prefs.mk much further down in the file.
Diffstat (limited to 'net')
-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" |