diff options
author | wxs <wxs@FreeBSD.org> | 2009-05-09 10:46:09 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-05-09 10:46:09 +0800 |
commit | 07d4c25b16b552129bf5f6dde0fe4edb872316de (patch) | |
tree | 00d0bb737f33ec1602abd202e6f19289790644d9 /editors | |
parent | 95a87c1acbb175b4660cd16d73a7b98fd8b33b2d (diff) | |
download | freebsd-ports-gnome-07d4c25b16b552129bf5f6dde0fe4edb872316de.tar.gz freebsd-ports-gnome-07d4c25b16b552129bf5f6dde0fe4edb872316de.tar.zst freebsd-ports-gnome-07d4c25b16b552129bf5f6dde0fe4edb872316de.zip |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gobby/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 41a8c289f93a..c5ff25aa4104 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \ net6-1.3:${PORTSDIR}/net/net6 \ obby-0.4:${PORTSDIR}/devel/obby +MAKE_JOBS_SAFE= yes USE_XORG= x11 GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig gtksourceview2 |