Mark as broken after png update
This commit is contained in:
parent
2d7cbb3ad2
commit
9287feae74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375600
1 changed files with 2 additions and 1 deletions
|
@ -9,12 +9,13 @@ MASTER_SITES= SF/${PORTNAME}/
|
|||
MAINTAINER= robak@FreeBSD.org
|
||||
COMMENT= Compiler/decompiler for Scriptable Network Graphics
|
||||
|
||||
BROKEN= Does not support modern png
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include/libpng15
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \
|
||||
--with-rgbtxt=${LOCALBASE}/lib/X11/rgb.txt
|
||||
|
|
Loading…
Reference in a new issue