- Remove USE_X_PREFIX.

Approved by:	maintainer
This commit is contained in:
Alejandro Pulver 2006-06-25 23:05:57 +00:00
parent 07dd958a5e
commit 16f793124c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166334
2 changed files with 2 additions and 4 deletions

View File

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

View File

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