From 5628f2f069d327e1c6703ad2d24b009a264c10a7 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 31 Mar 2009 22:08:31 +0000 Subject: - Allow to build with MAKE_JOBS_SAFE - Move some ports to SF macro PR: 133124 Submitted by: Alexander Logvinov (maintainer) --- archivers/libdynamite/Makefile | 4 +++- archivers/liborange/Makefile | 2 ++ archivers/librtfcomp/Makefile | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/libdynamite/Makefile b/archivers/libdynamite/Makefile index 6166ee96fa69..3101d650b700 100644 --- a/archivers/libdynamite/Makefile +++ b/archivers/libdynamite/Makefile @@ -14,9 +14,11 @@ MASTER_SITE_SUBDIR= synce MAINTAINER= ports@logvinov.com COMMENT= Decompress data compressed with PKWARE Data Compression Library +MAKE_JOBS_SAFE= yes + USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack USE_LDCONFIG= yes MAN1= dynamite.1 diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index bfb6e40f9500..db9b8168d540 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -24,6 +24,8 @@ OPTIONS= LIBSYNCE "Build with libsynce support" on \ VISE "Build with expermential VISE support" off \ MSI "Build with expermential MSI support" off +MAKE_JOBS_SAFE= yes + USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GNOME= gnomehack diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile index 3bcd4af2f634..ec80cdea2f70 100644 --- a/archivers/librtfcomp/Makefile +++ b/archivers/librtfcomp/Makefile @@ -14,9 +14,10 @@ MASTER_SITE_SUBDIR= synce MAINTAINER= ports@logvinov.com COMMENT?= LZRTF compression library +MAKE_JOBS_SAFE= yes + USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -USE_GNOME= gnometarget USE_LDCONFIG= yes .include -- cgit