diff options
author | eadler <eadler@FreeBSD.org> | 2013-07-17 05:59:48 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-07-17 05:59:48 +0800 |
commit | 492b6adb0959d5c5762c6f88a54af52f2c7d28f6 (patch) | |
tree | 5c7980bf4b862ceb755aea2aa270373462796ee1 /games | |
parent | c42fe004b519f4f1f5ff95c34652b4d91d306df6 (diff) | |
download | freebsd-ports-gnome-492b6adb0959d5c5762c6f88a54af52f2c7d28f6.tar.gz freebsd-ports-gnome-492b6adb0959d5c5762c6f88a54af52f2c7d28f6.tar.zst freebsd-ports-gnome-492b6adb0959d5c5762c6f88a54af52f2c7d28f6.zip |
Remove now excess verbiage.
Reviewed by: bapt
Diffstat (limited to 'games')
-rw-r--r-- | games/gtklife/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/gtklife/Makefile b/games/gtklife/Makefile index 522113b20069..3ac28d18532a 100644 --- a/games/gtklife/Makefile +++ b/games/gtklife/Makefile @@ -35,8 +35,6 @@ DESKTOP_ENTRIES="GtkLife" \ OPTIONS_DEFINE= GTK2 GTK2_DESC= GTK2 gui toolkit support (beta) -MAKE_JOBS_SAFE= yes - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} |