diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-06-26 07:05:57 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-06-26 07:05:57 +0800 |
commit | 7828a8d9b8163d483a8b704b5d73dc487ffb70b4 (patch) | |
tree | 0824015ff9671de9f69bead91792f373b7ff5a32 /graphics | |
parent | d99ea38b7a6ceb869287f44fe7a22398f71929c6 (diff) | |
download | freebsd-ports-graphics-7828a8d9b8163d483a8b704b5d73dc487ffb70b4.tar.gz freebsd-ports-graphics-7828a8d9b8163d483a8b704b5d73dc487ffb70b4.tar.zst freebsd-ports-graphics-7828a8d9b8163d483a8b704b5d73dc487ffb70b4.zip |
- Remove USE_X_PREFIX.
Approved by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/crystalentitylayer-devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/crystalentitylayer/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/crystalentitylayer-devel/Makefile b/graphics/crystalentitylayer-devel/Makefile index 357111ca035..53f32a0f1a4 100644 --- a/graphics/crystalentitylayer-devel/Makefile +++ b/graphics/crystalentitylayer-devel/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 diff --git a/graphics/crystalentitylayer/Makefile b/graphics/crystalentitylayer/Makefile index 357111ca035..53f32a0f1a4 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 |