From 2cf6d574a7b0d98938cb230ba07e8a23628346f8 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 13 Oct 2001 09:48:39 +0000 Subject: Properly record the libintl dependency in libnmz. Bump PORTREVISION accordingly. --- japanese/namazu2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'japanese') diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile index f661da902e54..554e516e14ac 100644 --- a/japanese/namazu2/Makefile +++ b/japanese/namazu2/Makefile @@ -7,6 +7,7 @@ PORTNAME= namazu PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= japanese databases www textproc MASTER_SITES= http://www.namazu.org/stable/ PKGNAMESUFFIX= 2 @@ -37,6 +38,9 @@ DEPEND_WAKATI= ${PM_BASE}/${PERL_ARCH}/Text/ChaSen.pm:${PORTSDIR}/japanese/p5-Te DEPEND_WAKATI= ${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi .endif +post-configure: + ${PERL} -i~ -pe 's,^(LIBS *= *)(.*),$$1 -L${LOCALBASE}/lib -lintl $$2\n,' ${WRKSRC}/nmz/Makefile + post-install: .if defined(NOPORTDOCS) ${RM} -rf ${PREFIX}/share/namazu/doc -- cgit v1.2.3