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

This commit is contained in:
tv 2005-01-24 22:13:52 +00:00
parent 767b8636f0
commit cf4fbee0a1

View file

@ -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"