diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
commit | 9f16a4e58a80e0bb4b5a0fff030ff416dba10992 (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /graphics | |
parent | 58933da8b9c1e700f7139194f89eec65c1c57f66 (diff) | |
download | freebsd-ports-graphics-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.tar.gz freebsd-ports-graphics-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.tar.zst freebsd-ports-graphics-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/amide/Makefile | 2 | ||||
-rw-r--r-- | graphics/exact-image/Makefile | 3 | ||||
-rw-r--r-- | graphics/f-spot/Makefile | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index adb8c439f1e..725c2d23c5a 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 GNU_CONFIGURE= yes USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 INSTALLS_OMF= yes diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index 8b868a186c2..b5839ba5394 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -28,8 +28,7 @@ CFLAGS+= -fPIC #broken headers on c++ in base system: CPPFLAGS+= -fpermissive -I${LOCALBASE}/include/libpng15 USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 pkgconfig USE_PYTHON= 2.5+ USE_XORG= x11 USE_EFL= evas diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index a48bb01617a..e5229195bba 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -29,8 +29,7 @@ USE_BZIP2= yes USE_SQLITE= yes USE_GNOME= gnomehack gnomeprefix intlhack gnomedesktopsharp20 GNU_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes INSTALLS_OMF= yes USE_LDCONFIG= yes |