mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update LIB_DEPENDS to new syntax (to chase after libgphoto2 update).
USES=gmake Approved by: port clean up blanket
This commit is contained in:
parent
000343d3db
commit
ac617329b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340121
1 changed files with 10 additions and 11 deletions
|
@ -12,22 +12,21 @@ COMMENT= Open-source program to read and manipulate RAW photo images
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||||
png15:${PORTSDIR}/graphics/png \
|
libpng15.so:${PORTSDIR}/graphics/png \
|
||||||
lcms.1:${PORTSDIR}/graphics/lcms \
|
liblcms.so:${PORTSDIR}/graphics/lcms \
|
||||||
exiv2.12:${PORTSDIR}/graphics/exiv2 \
|
libexiv2.so:${PORTSDIR}/graphics/exiv2 \
|
||||||
dbus-1.3:${PORTSDIR}/devel/dbus \
|
libdbus-1.so:${PORTSDIR}/devel/dbus \
|
||||||
fftw3f:${PORTSDIR}/math/fftw3-float \
|
libfftw3f.so:${PORTSDIR}/math/fftw3-float \
|
||||||
lensfun.2:${PORTSDIR}/graphics/lensfun \
|
liblensfun.so:${PORTSDIR}/graphics/lensfun \
|
||||||
flickcurl.0:${PORTSDIR}/www/flickcurl \
|
libflickcurl.so:${PORTSDIR}/www/flickcurl \
|
||||||
gphoto2.2:${PORTSDIR}/graphics/libgphoto2
|
libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
|
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
USE_GMAKE= yes
|
USES= gettext gmake pkgconfig
|
||||||
USES= gettext pkgconfig
|
|
||||||
USE_GNOME= gtk20 libxml2 gconf2 desktopfileutils gnomehack
|
USE_GNOME= gtk20 libxml2 gconf2 desktopfileutils gnomehack
|
||||||
USE_SQLITE= 3
|
USE_SQLITE= 3
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue