From 6b72643279616012e60533791daa7b8f71b8fd87 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 9 Jun 2004 21:56:35 +0000 Subject: Fix libcroco detection. Submitted by: Yasuda Keisuke git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2384 df743ca5-7f9a-e211-a948-0013205c9059 --- www/screem/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/screem/Makefile') diff --git a/www/screem/Makefile b/www/screem/Makefile index d9111805b..c347d6c3d 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -41,7 +41,8 @@ CONFIGURE_ARGS+= --without-included-neon # --with-neon="${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \ + @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g ; \ + s|libcroco|libcroco-${CROCO_VERSION}|g' \ ${WRKSRC}/configure post-configure: -- cgit v1.2.3