diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
commit | 581e69adb267a46bd059f3252f57fdda449034ef (patch) | |
tree | 6116b00d58bb2d3a91aafabcb58642a8c7ebeb58 /graphics/crystalspace-devel | |
parent | Move the definition of USE_PERL5 before bsd.port.pre.mk inclusion. This (diff) |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
Diffstat (limited to 'graphics/crystalspace-devel')
-rw-r--r-- | graphics/crystalspace-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile index 8cd98f9099d3..b5a19267716b 100644 --- a/graphics/crystalspace-devel/Makefile +++ b/graphics/crystalspace-devel/Makefile @@ -32,6 +32,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GCC= 3.4+ USE_GL= yes +WANT_PERL= yes LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |