diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-30 03:58:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-30 03:58:45 +0800 |
commit | cb670361f8dde1bddc49910e6ea1b18a2eb64d40 (patch) | |
tree | aa749e935477e3c8f09a76982996f12f785c0763 /devel/gnomevfs2 | |
parent | ca9768f5099249dd5c106727ed2bb190a0547cd9 (diff) | |
download | freebsd-ports-gnome-cb670361f8dde1bddc49910e6ea1b18a2eb64d40.tar.gz freebsd-ports-gnome-cb670361f8dde1bddc49910e6ea1b18a2eb64d40.tar.zst freebsd-ports-gnome-cb670361f8dde1bddc49910e6ea1b18a2eb64d40.zip |
* Fix some whitespace nits spotted by portlint
* Add a WITHOUT_KDE_MENUS knob to prevent the merging of KDE menus [1]
Submitted by: Franz Klammer <klammer@webonaut.com> [1]
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 |