diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:10:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:10:13 +0000 |
commit | a2159232accd2f222dd97af78f1c231c90ef0250 (patch) | |
tree | fbe978ff9985f29da6534e7477b845dd9b07f812 /astro/roadmap | |
parent | 6ddba7e401efde0f20b3315bfaa327745d484770 (diff) | |
download | ports-a2159232accd2f222dd97af78f1c231c90ef0250.tar.gz ports-a2159232accd2f222dd97af78f1c231c90ef0250.zip |
Notes
Diffstat (limited to 'astro/roadmap')
-rw-r--r-- | astro/roadmap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/roadmap/Makefile b/astro/roadmap/Makefile index 5657a865eb2a..e466a4e42938 100644 --- a/astro/roadmap/Makefile +++ b/astro/roadmap/Makefile @@ -17,8 +17,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src +MAKE_JOBS_UNSAFE= yes + +USES= gmake USE_GNOME= gtk20 -USE_GMAKE= yes MAKE_ARGS= INSTALLDIR="${PREFIX}" CC="${CC}" CXX="${CXX}" SUB_FILES= pkg-message |