diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-25 23:05:57 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-25 23:05:57 +0000 |
commit | 16f793124c2078264a25b6b86b3a59d6c08e5a33 (patch) | |
tree | d5b0cb96b7544f234336741cc3bee2480314df53 /graphics/crystalentitylayer | |
parent | 07dd958a5e283961f96d97a91f292180e1ebd7a3 (diff) | |
download | ports-16f793124c2078264a25b6b86b3a59d6c08e5a33.tar.gz ports-16f793124c2078264a25b6b86b3a59d6c08e5a33.zip |
Notes
Diffstat (limited to 'graphics/crystalentitylayer')
-rw-r--r-- | graphics/crystalentitylayer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/crystalentitylayer/Makefile b/graphics/crystalentitylayer/Makefile index 357111ca0358..53f32a0f1a43 100644 --- a/graphics/crystalentitylayer/Makefile +++ b/graphics/crystalentitylayer/Makefile @@ -19,13 +19,12 @@ COMMENT= CEL is a layer that sits on top of Crystal Space 3D Engine BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam \ cs-config:${PORTSDIR}/graphics/crystalspace -USE_X_PREFIX= yes USE_BZIP2= yes GNU_CONFIGURE= yes LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -CONFIGURE_ARGS+= --with-cs-prefix=${X11BASE} +CONFIGURE_ARGS+= --with-cs-prefix=${LOCALBASE} MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" DOCSDIR?= share/doc/cel-${PORTVERSION} DATADIR?= share/cel |