aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-03-28 03:41:49 +0800
committerdinoex <dinoex@FreeBSD.org>2009-03-28 03:41:49 +0800
commitf6efc78648cbc5f0e8ce1e2e41dfe1d908e943bd (patch)
treeae9ea5e1428a574fc63122b78adf3ebdc3b29157 /graphics
parent01a5472b1e094a40f3ab3763ba48026f253dabaf (diff)
downloadfreebsd-ports-gnome-f6efc78648cbc5f0e8ce1e2e41dfe1d908e943bd.tar.gz
freebsd-ports-gnome-f6efc78648cbc5f0e8ce1e2e41dfe1d908e943bd.tar.zst
freebsd-ports-gnome-f6efc78648cbc5f0e8ce1e2e41dfe1d908e943bd.zip
- MAKE_JOBS_UNSAFE
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/Makefile10
-rw-r--r--graphics/openjpeg/Makefile2
2 files changed, 8 insertions, 4 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index df5afd52fec6..d43587c90961 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -35,16 +35,18 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2
.endif
+MAKE_JOBS_UNSAFE= yes
+CONFLICTS= mgetty-1.*
+.if !defined(WITH_NETPBM_DEVEL)
+PORTSCOUT= limit:^10\.26\.
+.endif
+
USE_PERL5= yes
USE_GMAKE= yes
MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}"
MAKEFILE= GNUmakefile
INSTALL_TARGET= install.bin install.lib install.data install-dev
USE_LDCONFIG= yes
-CONFLICTS= mgetty-1.*
-.if !defined(WITH_NETPBM_DEVEL)
-PORTSCOUT= limit:^10\.26\.
-.endif
MAN1= netpbm.1
diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile
index ccebb6b9b94b..798771cd0d5a 100644
--- a/graphics/openjpeg/Makefile
+++ b/graphics/openjpeg/Makefile
@@ -18,6 +18,8 @@ COMMENT= An open-source JPEG 2000 codec
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
+MAKE_JOBS_UNSAFE= yes
+
USE_GMAKE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/OpenJPEG_v1_3