diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-10 05:56:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-10 05:56:35 +0800 |
commit | 6b72643279616012e60533791daa7b8f71b8fd87 (patch) | |
tree | a4f712489b678948243cbfbc1c7b6975aec19e25 /www/screem/Makefile | |
parent | da169caab108669659a748605c4cb4025889edaf (diff) | |
download | marcuscom-ports-6b72643279616012e60533791daa7b8f71b8fd87.tar marcuscom-ports-6b72643279616012e60533791daa7b8f71b8fd87.tar.gz marcuscom-ports-6b72643279616012e60533791daa7b8f71b8fd87.tar.bz2 marcuscom-ports-6b72643279616012e60533791daa7b8f71b8fd87.tar.lz marcuscom-ports-6b72643279616012e60533791daa7b8f71b8fd87.tar.xz marcuscom-ports-6b72643279616012e60533791daa7b8f71b8fd87.tar.zst marcuscom-ports-6b72643279616012e60533791daa7b8f71b8fd87.zip |
Fix libcroco detection.
Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2384 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/screem/Makefile')
-rw-r--r-- | www/screem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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: |