diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 12:24:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 12:24:26 +0000 |
commit | 1a90c9af172a823447ecd4ccca8e4d600c19183f (patch) | |
tree | fb2a7ca794683b48a96553e2bef2cef6d1f963c8 /mail/sylpheed | |
parent | 6e98ad633c55d31af575767dcc7b0ea32759e9d0 (diff) | |
download | ports-1a90c9af172a823447ecd4ccca8e4d600c19183f.tar.gz ports-1a90c9af172a823447ecd4ccca8e4d600c19183f.zip |
Notes
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index b8db3948c8df..be1b8a383c20 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -20,6 +20,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes # Sylpheed needs pthread if GnomeVFS is installed (GtkFileChooser uses it) CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |