mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Fix build
PR: 134758 Submitted by: Stefan Bethke <stb@lassitu.de> (maintainer)
This commit is contained in:
parent
8f8d33ff25
commit
7b6d851a3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234292
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= pngnq
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
@ -19,7 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|||
WRKSRC= ${WRKDIR}/${PORTVERSION}
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DVERSION='${PORTVERSION}'" \
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DVERSION='\"${PORTVERSION}\"'" \
|
||||
LDFLAGS="-lpng -lz -lm -L${LOCALBASE}/lib"
|
||||
|
||||
PORTDOCS= README LICENSE README.pngcomp
|
||||
|
|
Loading…
Add table
Reference in a new issue