mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
graphics/xpaint: use openjpeg15 includes in Right Way (tm)
Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
f3ba77e14c
commit
851a0e0c44
1 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= xpaint
|
PORTNAME= xpaint
|
||||||
PORTVERSION= 2.9.10.3
|
PORTVERSION= 2.9.10.3
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
|
MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
|
||||||
|
|
||||||
|
@ -16,18 +16,18 @@ LIB_DEPENDS= libpng.so:graphics/png \
|
||||||
libtiff.so:graphics/tiff \
|
libtiff.so:graphics/tiff \
|
||||||
libfreetype.so:print/freetype2 \
|
libfreetype.so:print/freetype2 \
|
||||||
libjbig.so:graphics/jbigkit \
|
libjbig.so:graphics/jbigkit \
|
||||||
|
libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libXaw3dxft.so:x11-toolkits/libxaw3dxft
|
libXaw3dxft.so:x11-toolkits/libxaw3dxft
|
||||||
RUN_DEPENDS= psselect:print/psutils \
|
RUN_DEPENDS= psselect:print/psutils \
|
||||||
bash:shells/bash
|
bash:shells/bash
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= ghostscript:run jpeg libtool:build pkgconfig shebangfix \
|
USES= ghostscript:run jpeg libtool:build localbase:ldflags \
|
||||||
tar:bzip2 xorg
|
pkgconfig shebangfix tar:bzip2 xorg
|
||||||
USE_XORG= xft xmu xpm
|
USE_XORG= ice sm x11 xext xft xmu xpm xt
|
||||||
SHEBANG_FILES= share/bin/imgmerge share/bin/xpaint_ocr
|
SHEBANG_FILES= share/bin/imgmerge share/bin/xpaint_ocr
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include/openjpeg-1.5
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
|
||||||
MAKE_ENV+= RM="${RM}"
|
MAKE_ENV+= RM="${RM}"
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue