diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
commit | 8c2aab382d5ceff395ed38e45399378035c4968e (patch) | |
tree | ea623aea7a81d860cc89359721fd92c71b84534d /astro/wmsun | |
parent | e9cf7164b93e5dbdb7bef22c3dc3980161a34dad (diff) | |
download | ports-8c2aab382d5ceff395ed38e45399378035c4968e.tar.gz ports-8c2aab382d5ceff395ed38e45399378035c4968e.zip |
Notes
Diffstat (limited to 'astro/wmsun')
-rw-r--r-- | astro/wmsun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index 1d1bebc66986..6cbe087eade8 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -20,6 +20,7 @@ USE_XORG= xext xpm x11 ALL_TARGET= clean all MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ INCDIR="-I${LOCALBASE}/include" LIBDIR="-L${LOCALBASE}/lib" +MAKE_JOBS_UNSAFE= yes MAN1= wmSun.1 PLIST_FILES= bin/wmSun |