diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-29 19:58:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-29 19:58:45 +0000 |
commit | dbd53b94cc554de06afd5085a9c7c0d9eee92c96 (patch) | |
tree | 9596e4039ac6567f8dec8ff231892795abbbfa4f /devel/gnomevfs2 | |
parent | 8483cf6b8a0b9a668972f3b52dbac5d2cbd60d16 (diff) | |
download | ports-dbd53b94cc554de06afd5085a9c7c0d9eee92c96.tar.gz ports-dbd53b94cc554de06afd5085a9c7c0d9eee92c96.zip |
Notes
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r-- | devel/gnomevfs2/Makefile | 12 | ||||
-rw-r--r-- | devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in (renamed from devel/gnomevfs2/files/patch-modules_vfolder_applications-all-users.vfolder-info.in) | 0 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index b7decdbd1fab..9161cb4b2e46 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -28,20 +28,24 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ BSD_PTHREAD_LIBS=${PTHREAD_LIBS} +.if !defined(WITHOUT_KDE_MENUS) +EXTRA_PATCHES= ${FILESDIR}/modules_vfolder_applications-all-users.vfolder-info.in +.endif + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libcdda_paranoia.a) -WITH_CDPARANOIA= yes +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 -PLIST_SUB+= CDPARANOIA="" +LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia +PLIST_SUB+= CDPARANOIA="" .else -PLIST_SUB+= CDPARANOIA="@comment " +PLIST_SUB+= CDPARANOIA="@comment " .endif .if defined(WITH_FAM) LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam diff --git a/devel/gnomevfs2/files/patch-modules_vfolder_applications-all-users.vfolder-info.in b/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in index 13ce7838798d..13ce7838798d 100644 --- a/devel/gnomevfs2/files/patch-modules_vfolder_applications-all-users.vfolder-info.in +++ b/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in |