diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-19 06:25:31 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-19 06:25:31 +0000 |
commit | 359e55db9b7fe83cb717e6b676bffe23b2036f71 (patch) | |
tree | 711f33eb3b28f00de63369be712de8bc06819f37 | |
parent | keep distination directory clean after deinstall (diff) |
Add explicit perl dependency. will no longer be implied by USE_X_PREFIX.
Pointed out by: dosirak via kris
Approved by: Brandon D. Valentine (maintainer)
-rw-r--r-- | x11-themes/fvwm-themes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/fvwm-themes/Makefile b/x11-themes/fvwm-themes/Makefile index 329d601917a9..813d3bf9b899 100644 --- a/x11-themes/fvwm-themes/Makefile +++ b/x11-themes/fvwm-themes/Makefile @@ -24,6 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes +USE_PERL5= yes GNU_CONFIGURE= yes MAN1= fvwm-themes-config.1 fvwm-themes-menuapp.1 fvwm-themes-com.1 \ |