diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 23:40:55 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 23:40:55 +0000 |
commit | 950f40047f7090094df311bc701357115afbfc90 (patch) | |
tree | 20234373d2e8665061178d6819d71330fd00ca2c /x11-toolkits | |
parent | 3a28754e3d5eaa4733b2feda006561e52c021f02 (diff) | |
download | ports-950f40047f7090094df311bc701357115afbfc90.tar.gz ports-950f40047f7090094df311bc701357115afbfc90.zip |
- Mark MAKE_JOBS_UNSAFE=yes
Reported by: P6 TB
Notes
Notes:
svn path=/head/; revision=261730
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} |