summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/pathfinder/pathfinder-1.6.36.ebuild')
-rw-r--r--x11-misc/pathfinder/pathfinder-1.6.36.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild b/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
index 61802fde79cd..7e5945b05518 100644
--- a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
+++ b/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
@@ -21,6 +21,8 @@ DEPEND="
RDEPEND="${DEPEND}"
-FOXCONF="$(use_enable jpeg) \
- $(use_enable png) \
- $(use_enable tiff)"
+src_configure() {
+ FOXCONF="$(use_enable jpeg) \
+ $(use_enable png) \
+ $(use_enable tiff)" fox_src_configure
+}