diff options
author | abs <abs@pkgsrc.org> | 2006-06-09 08:07:46 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-06-09 08:07:46 +0000 |
commit | f25f233c1e32b15af7b3619291841647c4a2b659 (patch) | |
tree | 92520462e0f385b6b5992e42149c6d9625c0ae73 /x11/qt3-libs | |
parent | 6a60dde0c47953ad9eebc59a5ce5730cb0e34938 (diff) | |
download | pkgsrc-f25f233c1e32b15af7b3619291841647c4a2b659.tar.gz |
make sure USE_LANGUAGES is set before including compiler.mk
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 371542a991a..08548430421 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2006/06/08 01:27:27 minskim Exp $ +# $NetBSD: Makefile,v 1.54 2006/06/09 08:07:46 abs Exp $ PKGNAME= qt3-libs-${QTVERSION} PKGREVISION= 1 @@ -13,14 +13,14 @@ LIBQT= ${WRKSRC}/lib/libqt-mt.la GCC_REQD+= 3.4 .endif +.include "../../x11/qt3-libs/Makefile.common" + .include "../../mk/compiler.mk" .if ${OPSYS} == "Darwin" && !empty(CC_VERSION:Mgcc-4.0.0) PKG_FAIL_REASON= "Apple's gcc 4.0.0 yields an internal compiler error." PKG_FAIL_REASON+= "Please update gcc to a later version." .endif -.include "../../x11/qt3-libs/Makefile.common" - BUILD_TARGET= sub-plugins PTHREAD_OPTS+= require |