aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-04-01 06:08:31 +0800
committermiwi <miwi@FreeBSD.org>2009-04-01 06:08:31 +0800
commit5628f2f069d327e1c6703ad2d24b009a264c10a7 (patch)
treee71412f1bbc0f90742f0f4789af826c8d167c8e0 /archivers
parent2558ca115318c68109fd88a5ce5de9c5b9a5cbfd (diff)
downloadfreebsd-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 'archivers')
-rw-r--r--archivers/libdynamite/Makefile4
-rw-r--r--archivers/liborange/Makefile2
-rw-r--r--archivers/librtfcomp/Makefile3
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>