diff options
author | mi <mi@FreeBSD.org> | 2008-05-22 08:00:25 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2008-05-22 08:00:25 +0800 |
commit | e0f6f69d870f207bdb0205c93ebbe43a159bf219 (patch) | |
tree | b4bb74afad01e36ff3c6ae0d53208032c690f9f0 | |
parent | 787448e1b69794884eb4612f60dbeec74d0e9154 (diff) | |
download | freebsd-ports-gnome-e0f6f69d870f207bdb0205c93ebbe43a159bf219.tar.gz freebsd-ports-gnome-e0f6f69d870f207bdb0205c93ebbe43a159bf219.tar.zst freebsd-ports-gnome-e0f6f69d870f207bdb0205c93ebbe43a159bf219.zip |
Add the missing dependency on OpenEXR. When built without it present on the
building system (such as pointyhat), the OpenEXR support is disabled and
plist is incomplete. This unbreaks the port -- or so it seems.
While here drop the requirement for gmake and allow parallel builds
on multi-CPU systems. Drop explicit requirements for particular shared
library-versions of the dependencies.
-rw-r--r-- | devel/synfig/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile index 8012695e0a97..124920d1a5ea 100644 --- a/devel/synfig/Makefile +++ b/devel/synfig/Makefile @@ -15,24 +15,23 @@ COMMENT= A vector based 2D animation package BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ETL.pc:${PORTSDIR}/devel/etl LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - MagickWand.1:${PORTSDIR}/graphics/ImageMagick \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - dv.4:${PORTSDIR}/multimedia/libdv \ + MagickWand:${PORTSDIR}/graphics/ImageMagick \ + jpeg:${PORTSDIR}/graphics/jpeg \ + mng:${PORTSDIR}/graphics/libmng \ + png:${PORTSDIR}/graphics/png \ + tiff:${PORTSDIR}/graphics/tiff \ + avcodec:${PORTSDIR}/multimedia/ffmpeg \ + dv:${PORTSDIR}/multimedia/libdv \ + IlmImf:${PORTSDIR}/graphics/OpenEXR \ xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 -BROKEN= bad plist - USE_GNOME= gnomehack gnometarget glib20 USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` post-patch: @${REINPLACE_CMD} -e '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ |