1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Stage support

- Convert to USES
This commit is contained in:
Martin Wilke 2014-02-01 16:16:16 +00:00
parent 00996f2d1c
commit 42df9a54a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342182
2 changed files with 1 additions and 3 deletions

View File

@ -19,5 +19,4 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -21,7 +21,7 @@ BGI_DESC= Enable BGI support
BMP_DESC= Enable BMP support
USE_XORG= x11 xau xcb xdmcp
USE_GMAKE= yes
USES= gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-fontpath=${DATADIR}/fonts \
--with-x11-base=${LOCALBASE}
@ -36,7 +36,6 @@ PLIST_SUB= VERSION="${PORTVERSION}"
INFO= grx
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MBGI}