diff options
Diffstat (limited to 'x11-misc/shutterbug')
-rw-r--r-- | x11-misc/shutterbug/shutterbug-1.6.36.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-misc/shutterbug/shutterbug-1.6.36.ebuild b/x11-misc/shutterbug/shutterbug-1.6.36.ebuild index 89d7e038acf3..7f82640d25e2 100644 --- a/x11-misc/shutterbug/shutterbug-1.6.36.ebuild +++ b/x11-misc/shutterbug/shutterbug-1.6.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,6 +21,8 @@ DEPEND=" RDEPEND="${DEPEND}" -FOXCONF="$(use_enable jpeg) \ - $(use_enable png) \ - $(use_enable tiff)" +src_compile() { + FOXCONF="$(use_enable jpeg) \ + $(use_enable png) \ + $(use_enable tiff)" fox_src_compile +} |