From 581e69adb267a46bd059f3252f57fdda449034ef Mon Sep 17 00:00:00 2001
From: Mark Linimon <linimon@FreeBSD.org>
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
---
 databases/pxlib/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'databases/pxlib/Makefile')

diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile
index d4ffaab6d03a..f0f72f6a3f2a 100644
--- a/databases/pxlib/Makefile
+++ b/databases/pxlib/Makefile
@@ -20,6 +20,7 @@ USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15
 USE_ICONV=	yes
 USE_GETTEXT=	yes
+USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-- 
cgit v1.2.3