- fix WANTLIB after ilmbase dependency_libs change
This commit is contained in:
parent
def914fb9c
commit
b4f74c4fe9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2008/04/11 11:18:01 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2008/04/11 20:38:29 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -10,7 +10,7 @@ DISTNAME= gegl-${V}
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
PKGNAME-main= gegl-${V}
|
||||
PKGNAME-plugins=gegl-plugins-${V}p0
|
||||
PKGNAME-plugins=gegl-plugins-${V}p1
|
||||
|
||||
SHARED_LIBS= gegl-0.0 0.0 # .16.0
|
||||
|
||||
@ -50,7 +50,7 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
babl-0.0::graphics/babl
|
||||
|
||||
WANTLIB-plugins=${WANTLIB} Half Iex IlmThread Imath SDL a52 faac faad mp3lame \
|
||||
ogg theora usbhid vorbis vorbisenc x264
|
||||
ogg stdc++ theora usbhid vorbis vorbisenc x264
|
||||
RUN_DEPENDS-plugins= ::${BUILD_PKGPATH},-main
|
||||
LIB_DEPENDS-plugins= ${LIB_DEPENDS} \
|
||||
IlmImf.>=4::graphics/openexr \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2008/04/11 11:16:20 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2008/04/11 20:38:13 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= high dynamic range image format
|
||||
COMMENT-tools= image viewing tools for OpenEXR
|
||||
@ -6,7 +6,7 @@ COMMENT-doc= developer documentation for OpenEXR
|
||||
|
||||
V= 1.6.1
|
||||
DISTNAME= openexr-$V
|
||||
PKGNAME-main= OpenEXR-$V
|
||||
PKGNAME-main= OpenEXR-$Vp0
|
||||
PKGNAME-tools= OpenEXR-tools-$V
|
||||
PKGNAME-doc= OpenEXR-doc-$V
|
||||
SHARED_LIBS= IlmImf 4.0 # .6.0
|
||||
@ -25,7 +25,7 @@ MASTER_SITES= http://download.savannah.nongnu.org/releases/openexr/
|
||||
|
||||
MULTI_PACKAGES= -main -tools -doc
|
||||
|
||||
WANTLIB-main= z
|
||||
WANTLIB-main= m z stdc++
|
||||
LIB_DEPENDS-main= Half,Iex,Imath,IlmThread::graphics/ilmbase
|
||||
|
||||
WANTLIB-tools= ${WANTLIB-main} c m pthread stdc++
|
||||
@ -45,5 +45,5 @@ DOCDIR= ${PREFIX}/share/doc/OpenEXR
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DOCDIR}
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user