diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libdynamite/Makefile | 4 | ||||
-rw-r--r-- | archivers/liborange/Makefile | 2 | ||||
-rw-r--r-- | archivers/librtfcomp/Makefile | 3 |
3 files changed, 7 insertions, 2 deletions
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 <bsd.port.pre.mk> |