diff options
Diffstat (limited to 'sysutils/nwclient/Makefile')
-rw-r--r-- | sysutils/nwclient/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/nwclient/Makefile b/sysutils/nwclient/Makefile index e986ce3bf41a..74daa5302ce6 100644 --- a/sysutils/nwclient/Makefile +++ b/sysutils/nwclient/Makefile @@ -18,6 +18,8 @@ COMMENT= Network backup client to NetWorker servers NO_BUILD= yes +ONLY_FOR_ARCHS= i386 alpha + post-patch: @sed -e "s,^ROOTDIR.*$$,ROOTDIR=${PREFIX}," ${WRKSRC}/networker.sh >\ ${WRKDIR}/NWCTMP && chmod +w ${WRKSRC}/networker.sh && \ |