diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-01 06:08:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-01 06:08:31 +0800 |
commit | 5628f2f069d327e1c6703ad2d24b009a264c10a7 (patch) | |
tree | e71412f1bbc0f90742f0f4789af826c8d167c8e0 /palm/synce-gvfs | |
parent | 2558ca115318c68109fd88a5ce5de9c5b9a5cbfd (diff) | |
download | freebsd-ports-gnome-5628f2f069d327e1c6703ad2d24b009a264c10a7.tar.gz freebsd-ports-gnome-5628f2f069d327e1c6703ad2d24b009a264c10a7.tar.zst freebsd-ports-gnome-5628f2f069d327e1c6703ad2d24b009a264c10a7.zip |
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Diffstat (limited to 'palm/synce-gvfs')
-rw-r--r-- | palm/synce-gvfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile index 6364f2977cdf..a32695fc36b5 100644 --- a/palm/synce-gvfs/Makefile +++ b/palm/synce-gvfs/Makefile @@ -15,6 +15,8 @@ COMMENT= GVFS module for access Windows Mobile devices LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETTEXT= yes |