diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-22 23:23:59 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-22 23:23:59 +0000 |
commit | ce7d0b1f2e20766f2a2bf8a739f73122e2c86c0c (patch) | |
tree | 4340b2026c7c38e24a07317c8ba6bded8fdc03e8 /graphics | |
parent | 55b482bb6d366ae343d8e3cb1dc564c3b7480b2d (diff) | |
download | ports-ce7d0b1f2e20766f2a2bf8a739f73122e2c86c0c.tar.gz ports-ce7d0b1f2e20766f2a2bf8a739f73122e2c86c0c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djview4/Makefile | 2 | ||||
-rw-r--r-- | graphics/fv/Makefile | 2 | ||||
-rw-r--r-- | graphics/pngwriter/Makefile | 2 | ||||
-rw-r--r-- | graphics/sswf/Makefile | 2 | ||||
-rw-r--r-- | graphics/swftools/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index f6fe5698887a..cbbdb8931fe9 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -16,10 +16,10 @@ COMMENT= Standalone Djvu viewer and plugin based on Qt4 toolkit LICENSE= GPLv2 +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= djvulibre:${PORTSDIR}/graphics/djvulibre GNU_CONFIGURE= yes -USE_GNOME= pkgconfig USE_QT4= gui network rcc_build uic_build moc_build qmake_build QT_NONSTANDARD= yes CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" \ diff --git a/graphics/fv/Makefile b/graphics/fv/Makefile index a18539fe939d..8de82e1cb7e5 100644 --- a/graphics/fv/Makefile +++ b/graphics/fv/Makefile @@ -17,11 +17,11 @@ COMMENT= A viewer of hdr/pfm images LICENSE= GPLv2 +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_ZIP= yes USE_GL= glut -USE_GNOME= pkgconfig USE_GMAKE= yes ALL_TARGET= ${PORTNAME} MAKE_JOBS_SAFE= yes diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile index 9db6905ca1e6..6443e203daae 100644 --- a/graphics/pngwriter/Makefile +++ b/graphics/pngwriter/Makefile @@ -15,12 +15,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ library for creating PNG images +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_GNOME= pkgconfig CXXFLAGS+= `pkg-config --cflags freetype2 libpng15` -I${LOCALBASE}/include PORTDOCS= * diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile index ff4d8e04d7db..1b8933fd9cd7 100644 --- a/graphics/sswf/Makefile +++ b/graphics/sswf/Makefile @@ -15,12 +15,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= A library and script language tool to create Flash movies +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GNOME= pkgconfig USE_BISON= build USE_ICONV= yes USE_AUTOTOOLS= libtool diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index d481db45e899..f61170ddc736 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -17,6 +17,7 @@ COMMENT= SWF manipulation and generation utilities LICENSE= GPLv2 +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ jpeg.11:${PORTSDIR}/graphics/jpeg \ gif.5:${PORTSDIR}/graphics/giflib \ @@ -26,7 +27,6 @@ LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ OPTIONS_DEFINE= LAME PDF -USE_GNOME= pkgconfig USE_GL= glut USE_GMAKE= yes GNU_CONFIGURE= yes |