diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 08:04:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 08:04:04 +0000 |
commit | 3a4a8bf8a5cfb52d61421d720a213fc2b2b402c9 (patch) | |
tree | 4b73409985b156444768ef6039a67ff33e713666 /deskutils | |
parent | 544eda52f54c4aab2042ecc7b5b4fbde7917cbea (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notify-osd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index bea9f87b9c5f..27af62a87db6 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: notify-osd -# Date created: 05 May 2010 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= notify-osd PORTVERSION= 0.9.29 @@ -27,5 +23,6 @@ GNU_CONFIGURE= yes USE_GNOME= libwnck gconf2 USE_GMAKE= yes USE_GCC= 4.4+ +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |