diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 16:04:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 16:04:04 +0800 |
commit | 5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468 (patch) | |
tree | 4b73409985b156444768ef6039a67ff33e713666 /deskutils | |
parent | dfc2fd885de02f581020f626d1dab809e107622d (diff) | |
download | freebsd-ports-gnome-5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468.tar.gz freebsd-ports-gnome-5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468.tar.zst freebsd-ports-gnome-5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468.zip |
- Mark MAKE_JOBS_SAFE
- Trim header
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> |