mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix build by letting configure come up with its own value of ${CPP}
Reported by: pointyhat
This commit is contained in:
parent
b7eec40fb2
commit
a9a88f07ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264256
@ -16,6 +16,7 @@ COMMENT= A better pager utility (and it speaks Chinese)
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
|
||||
CPP= #
|
||||
MAN1= cless.1 clesskey.1
|
||||
|
||||
post-install:
|
||||
|
@ -15,12 +15,11 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A simple pixel editing tool to make datas for KISS
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_IMAKE= yes
|
||||
USE_XORG= x11 xext
|
||||
XMKMF= xmkmf
|
||||
CPP= #
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME}
|
||||
PORTDOCS= xpx.doc xpxrc.eg
|
||||
|
Loading…
Reference in New Issue
Block a user