diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-24 07:40:55 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-24 07:40:55 +0800 |
commit | a0d83796ad6bf605056bc4fb2a84de511f7ead81 (patch) | |
tree | 8c202a826fbb40faf65acee865bc634d677042d0 /x11-toolkits | |
parent | 937d1133809fd921bd5d52bf0dcaf14c8b0fd682 (diff) | |
download | freebsd-ports-gnome-a0d83796ad6bf605056bc4fb2a84de511f7ead81.tar.gz freebsd-ports-gnome-a0d83796ad6bf605056bc4fb2a84de511f7ead81.tar.zst freebsd-ports-gnome-a0d83796ad6bf605056bc4fb2a84de511f7ead81.zip |
- Mark MAKE_JOBS_UNSAFE=yes
Reported by: P6 TB
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-GdkImlib/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/p5-GdkImlib/Makefile b/x11-toolkits/p5-GdkImlib/Makefile index c01c4499372d..b18f6195fe5c 100644 --- a/x11-toolkits/p5-GdkImlib/Makefile +++ b/x11-toolkits/p5-GdkImlib/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk +MAKE_JOBS_UNSAFE= yes + PERL_CONFIGURE= yes USE_GNOME= imlib WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} diff --git a/x11-toolkits/p5-GdkPixbuf/Makefile b/x11-toolkits/p5-GdkPixbuf/Makefile index 492ded110bd1..1f0023513220 100644 --- a/x11-toolkits/p5-GdkPixbuf/Makefile +++ b/x11-toolkits/p5-GdkPixbuf/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +MAKE_JOBS_UNSAFE= yes + PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} |