mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
Do not hardcode png15
This commit is contained in:
parent
af69682e7c
commit
cea39d6761
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375371
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ COMMENT= Graphic development lightweight API
|
|||
LICENSE= LGPL21
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng15.so:${PORTSDIR}/graphics/png
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
OPTIONS_DEFINE= FREETYPE X11 SDL UNIQUE TEST DOCS
|
||||
UNIQUE_DESC= Unique (WM Module)
|
||||
|
@ -22,7 +22,7 @@ UNIQUE_DESC= Unique (WM Module)
|
|||
OPTIONS_DEFAULT= FREETYPE X11 SDL
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool ncurses pathfix perl5 pkgconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue