From e9b556135b3e4068be9ec53d65e526a353da19e6 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 7 Oct 2007 05:45:04 +0000 Subject: Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr --- mail/lightning/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/lightning') diff --git a/mail/lightning/Makefile b/mail/lightning/Makefile index 51b20cb0dcf6..4f99a694b426 100644 --- a/mail/lightning/Makefile +++ b/mail/lightning/Makefile @@ -25,6 +25,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes WANT_GNOME= yes +WANT_PERL= yes LIGHTNING_DIR= lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103} MOZILLA= thunderbird MOZILLA_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm -- cgit