diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
commit | beae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /graphics/f-spot/Makefile | |
parent | af5d49a7b64ad9cecbed5d3b574882cc6353b8ba (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326494
Diffstat (limited to 'graphics/f-spot/Makefile')
-rw-r--r-- | graphics/f-spot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index a48bb01617a3..e5229195bba7 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 |