Stage support
This commit is contained in:
parent
4ae3a5f92d
commit
69693ac57d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340639
1 changed files with 3 additions and 4 deletions
|
@ -8,10 +8,10 @@ CATEGORIES= graphics
|
|||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A graphics library that supports most image formats
|
||||
COMMENT= Graphics library that supports most image formats
|
||||
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||
jpeg.11:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so.11:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= lthack
|
||||
|
@ -21,7 +21,6 @@ USE_LDCONFIG= yes
|
|||
CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-Wall||' \
|
||||
|
|
Loading…
Reference in a new issue