diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:43:31 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:43:31 +0000 |
| commit | de0fa3d524e7efb7d5e7d2734c3de5df5fcf7e37 (patch) | |
| tree | bd4e1e37ccf4c7ee9a521c6c1eaae5e193fb8a18 /sysutils | |
| parent | 4936aff179899f602d654e5476b3f0a44ff41e01 (diff) | |
Notes
Diffstat (limited to 'sysutils')
| -rw-r--r-- | sysutils/asr-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/asr-utils/Makefile b/sysutils/asr-utils/Makefile index 6d3360625851..237bd5c80133 100644 --- a/sysutils/asr-utils/Makefile +++ b/sysutils/asr-utils/Makefile @@ -32,9 +32,10 @@ PLIST_SUB+= LIBXM="" PLIST_SUB+= LIBXM="@comment " .endif +NO_STAGE= yes + .ifndef (WITHOUT_X11) PLIST_SUB+= X11="" -NO_STAGE= yes do-build: ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ ${FILESDIR}/dptmgr.sh.in > ${WRKDIR}/dptmgr.sh |
