diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-04 14:06:08 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-04 14:06:08 +0000 |
commit | 63f76304d6f21c191cb8e08ab49787bcf031fb6d (patch) | |
tree | 20dbde6d95ce50dde89bcaeaaee0c6c3ee84e6b1 /x11 | |
parent | 72e61e01d5850e4a1b7f817ff8c3f51d32dc101c (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/roxterm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile index 2af83129f84f..5bc1463e9dd4 100644 --- a/x11/roxterm/Makefile +++ b/x11/roxterm/Makefile @@ -33,9 +33,7 @@ MAITCHFLAGS= CC=${CC};CPP=${CC};CFLAGS=${CFLAGS};PARALLEL=${_make_jobs} .include <bsd.port.options.mk> -.if !defined(DISABLE_MAKE_JOBS) _make_jobs= ${MAKE_JOBS_NUMBER} -.endif post-patch: @${REINPLACE_CMD} -e \ |