diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-31 04:54:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-31 04:54:35 +0800 |
commit | 1dccee35e7b48610b95fb7614650c3815240c094 (patch) | |
tree | 921a5f0cf0f5bfddec5ad4f4b8e20e2d13e00f5e /devel/gnomevfs2/Makefile | |
parent | 55d32643ad56b1f14f21f3c1341590618f966ba4 (diff) | |
download | marcuscom-ports-1dccee35e7b48610b95fb7614650c3815240c094.tar marcuscom-ports-1dccee35e7b48610b95fb7614650c3815240c094.tar.gz marcuscom-ports-1dccee35e7b48610b95fb7614650c3815240c094.tar.bz2 marcuscom-ports-1dccee35e7b48610b95fb7614650c3815240c094.tar.lz marcuscom-ports-1dccee35e7b48610b95fb7614650c3815240c094.tar.xz marcuscom-ports-1dccee35e7b48610b95fb7614650c3815240c094.tar.zst marcuscom-ports-1dccee35e7b48610b95fb7614650c3815240c094.zip |
Update to 2.5.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1735 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2/Makefile')
-rw-r--r-- | devel/gnomevfs2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index bed377913..9accd9d5c 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomevfs2 -PORTVERSION= 2.5.5 -PORTREVISION= 2 +PORTVERSION= 2.5.6 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/2.5 @@ -40,9 +39,6 @@ EXTRA_PATCHES= ${FILESDIR}/modules_vfolder_applications-all-users.vfolder-info.i .if exists(${LOCALBASE}/lib/libcdda_paranoia.a) WITH_CDPARANOIA= yes .endif -.if exists(${LOCALBASE}/lib/libfam.a) -WITH_FAM= yes -.endif .if defined(WITH_CDPARANOIA) LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia @@ -50,14 +46,14 @@ PLIST_SUB+= CDPARANOIA="" .else PLIST_SUB+= CDPARANOIA="@comment " .endif -.if defined(WITH_FAM) +.if !defined(WITHOUT_FAM) LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam .endif post-patch: @${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|\@datadir\@/gnome|\@datadir\@|g' - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/Makefile.in \ ${WRKSRC}/libgnomevfs/xdgmime.c \ ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in |